(docs) config.yaml

This commit is contained in:
ishaan-jaff 2024-01-25 11:41:35 -08:00 committed by Krrish Dholakia
parent 3a1c8f453f
commit b8f917624f

View file

@ -61,8 +61,8 @@ model_list:
litellm_settings: litellm_settings:
fallbacks: [{"openai-gpt-3.5": ["azure-gpt-3.5"]}] fallbacks: [{"openai-gpt-3.5": ["azure-gpt-3.5"]}]
success_callback: ['langfuse'] success_callback: ['langfuse']
max_budget: 0.025 max_budget: 0.025 # global budget for proxy
budget_duration: 30d budget_duration: 30d # global budget duration, will reset after 30d
# cache: True # cache: True
# setting callback class # setting callback class
# callbacks: custom_callbacks.proxy_handler_instance # sets litellm.callbacks = [proxy_handler_instance] # callbacks: custom_callbacks.proxy_handler_instance # sets litellm.callbacks = [proxy_handler_instance]