forked from phoenix/litellm-mirror
test(test_keys.py): add more duration for testing budget updates
This commit is contained in:
parent
78d87a4fbd
commit
cd419eb8a5
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ litellm_settings:
|
|||
budget_duration: 30d
|
||||
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: 3
|
||||
proxy_budget_rescheduler_max_time: 6
|
||||
proxy_budget_rescheduler_min_time: 10
|
||||
proxy_budget_rescheduler_max_time: 12
|
||||
# database_url: "postgresql://<user>:<password>@<host>:<port>/<dbname>" # [OPTIONAL] use for token-based auth to proxy
|
||||
|
||||
environment_variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue