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