mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
LiteLLM configuration file
This commit is contained in:
parent
8fff99b9d8
commit
956bf16460
1 changed files with 26 additions and 0 deletions
26
test_config_123.yaml
Normal file
26
test_config_123.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
####################################################################
|
||||
### Simplified LiteLLM Proxy Configuration
|
||||
####################################################################
|
||||
|
||||
general_settings:
|
||||
master_key: sk-1234
|
||||
disable_prisma_schema_update: true
|
||||
database_url: <redacted>
|
||||
|
||||
#################################
|
||||
### LiteLLM Settings
|
||||
#################################
|
||||
litellm_settings:
|
||||
callbacks: ["prometheus"]
|
||||
service_callback: ["prometheus_system"]
|
||||
|
||||
#################################
|
||||
### Models - One model only
|
||||
#################################
|
||||
model_list:
|
||||
- model_name: "gpt-o1"
|
||||
litellm_params:
|
||||
model: openai/gpt-o1
|
||||
api_base: https://exampleopenaiendpoint-production-0ee2.up.railway.app/
|
||||
model_info:
|
||||
context_length: 200000
|
||||
Loading…
Add table
Reference in a new issue