build(proxy_server_config.yaml): add proxy budget to default yaml

This commit is contained in:
Krrish Dholakia 2024-01-24 20:12:03 -08:00
parent 05b4d49882
commit 30d615f442

View file

@ -41,6 +41,8 @@ model_list:
litellm_settings:
drop_params: True
max_budget: 100
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)
# database_url: "postgresql://<user>:<password>@<host>:<port>/<dbname>" # [OPTIONAL] use for token-based auth to proxy