Merge branch 'main' into litellm_fix_using_wildcard_openai_models_proxy

This commit is contained in:
Ishaan Jaff 2024-04-15 14:35:06 -07:00 committed by GitHub
commit adae555fb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 236 additions and 2 deletions

View file

@ -70,6 +70,15 @@ litellm_settings:
request_timeout: 600
telemetry: False
context_window_fallbacks: [{"gpt-3.5-turbo": ["gpt-3.5-turbo-large"]}]
default_team_settings:
- team_id: team-1
success_callback: ["langfuse"]
langfuse_public_key: os.environ/LANGFUSE_PROJECT1_PUBLIC # Project 1
langfuse_secret: os.environ/LANGFUSE_PROJECT1_SECRET # Project 1
- team_id: team-2
success_callback: ["langfuse"]
langfuse_public_key: os.environ/LANGFUSE_PROJECT2_PUBLIC # Project 2
langfuse_secret: os.environ/LANGFUSE_PROJECT2_SECRET # Project 2
router_settings:
routing_strategy: usage-based-routing-v2