forked from phoenix/litellm-mirror
feat(proxy_server.py): retry if virtual key is rate limited
currently for chat completions
This commit is contained in:
parent
f95458dad8
commit
ad55f4dbb5
4 changed files with 57 additions and 1 deletions
|
@ -38,6 +38,8 @@ litellm_settings:
|
|||
drop_params: True
|
||||
max_budget: 100
|
||||
budget_duration: 30d
|
||||
num_retries: 5
|
||||
request_timeout: 600
|
||||
general_settings:
|
||||
master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)
|
||||
proxy_budget_rescheduler_min_time: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue