File size: 515 Bytes
a1bc0ef
 
 
 
 
7d17b48
 
 
 
 
a1bc0ef
7d17b48
a1bc0ef
7d17b48
a1bc0ef
 
 
 
7d17b48
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
model_list:
  - model_name: gpt-3.5-turbo
    litellm_params:
      model: gpt-3.5-turbo

server_settings:
  port: 7860
  host: "0.0.0.0"
  environment: "production"

general_settings:
  # Master key for admin access
  master_key: "sk-1234"
  # Enable UI features
  ui_features:
    analytics_dashboard: true
    model_config_management: true
    key_management: true
  # Allow all origins for CORS
  allow_origins: ["*"]
  # Other configurations
  save_responses: true
  cache_responses: false
  log_requests: true