File size: 390 Bytes
a1bc0ef
 
 
 
 
 
 
67fd1c9
a1bc0ef
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
model_list:
  - model_name: gpt-3.5-turbo
    litellm_params:
      model: gpt-3.5-turbo

general_settings:
  master_key: "sk-1234"
  port: 8000  # Changed to 8080 for Hugging Face spaces
  # Enable UI dashboard
  ui_features:
    analytics_dashboard: true
    model_config_management: true
    key_management: true
  allow_origins: ["*"]  # Allow cross-origin requests
  start_server: true