forked from phoenix/litellm-mirror
(docs) config.yaml
This commit is contained in:
parent
45dacc5336
commit
21db161373
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ litellm_settings:
|
|||
success_callback: ['langfuse']
|
||||
max_budget: 10 # global budget for proxy
|
||||
budget_duration: 30d # global budget duration, will reset after 30d
|
||||
default_key_generate_params:
|
||||
max_budget: 1.5000
|
||||
models: ["azure-gpt-3.5"]
|
||||
duration: None
|
||||
# cache: True
|
||||
# setting callback class
|
||||
# callbacks: custom_callbacks.proxy_handler_instance # sets litellm.callbacks = [proxy_handler_instance]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue