mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
(feat) proxy - upperbound params /key/generate
This commit is contained in:
parent
4d4554b0e4
commit
71814d8149
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ litellm_settings:
|
|||
max_budget: 1.5000
|
||||
models: ["azure-gpt-3.5"]
|
||||
duration: None
|
||||
upperbound_key_generate_params:
|
||||
max_budget: 100
|
||||
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