mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
26 lines
No EOL
767 B
YAML
26 lines
No EOL
767 B
YAML
####################################################################
|
|
### 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 |