mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-16 08:17:51 +00:00
(docs) config.yaml
This commit is contained in:
committed by
Krrish Dholakia
parent
3a1c8f453f
commit
b8f917624f
@@ -61,8 +61,8 @@ model_list:
|
||||
litellm_settings:
|
||||
fallbacks: [{"openai-gpt-3.5": ["azure-gpt-3.5"]}]
|
||||
success_callback: ['langfuse']
|
||||
max_budget: 0.025
|
||||
budget_duration: 30d
|
||||
max_budget: 0.025 # global budget for proxy
|
||||
budget_duration: 30d # global budget duration, will reset after 30d
|
||||
# cache: True
|
||||
# setting callback class
|
||||
# callbacks: custom_callbacks.proxy_handler_instance # sets litellm.callbacks = [proxy_handler_instance]
|
||||
|
||||
Reference in New Issue
Block a user