forked from phoenix/litellm-mirror
build(proxy_server_config.yaml): add proxy budget to default yaml
This commit is contained in:
parent
05b4d49882
commit
30d615f442
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ model_list:
|
||||||
|
|
||||||
litellm_settings:
|
litellm_settings:
|
||||||
drop_params: True
|
drop_params: True
|
||||||
|
max_budget: 100
|
||||||
|
budget_duration: 30d
|
||||||
general_settings:
|
general_settings:
|
||||||
master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)
|
master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)
|
||||||
# database_url: "postgresql://<user>:<password>@<host>:<port>/<dbname>" # [OPTIONAL] use for token-based auth to proxy
|
# database_url: "postgresql://<user>:<password>@<host>:<port>/<dbname>" # [OPTIONAL] use for token-based auth to proxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue