mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
(docs) track max_budget on proxy config.yaml
This commit is contained in:
parent
b3f91844cb
commit
6fb3f8f239
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +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
|
||||
# cache: True
|
||||
# setting callback class
|
||||
# callbacks: custom_callbacks.proxy_handler_instance # sets litellm.callbacks = [proxy_handler_instance]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue