forked from phoenix/litellm-mirror
fix(proxy_server.py): fix spend log update
This commit is contained in:
parent
8fefe625d9
commit
f588bff69b
3 changed files with 31 additions and 5 deletions
|
@ -50,6 +50,7 @@ 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: 60
|
||||
proxy_budget_rescheduler_max_time: 64
|
||||
proxy_batch_write_at: 1
|
||||
# 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