mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-08 12:24:04 +00:00
build(proxy_server_config.yaml): add proxy budget to default yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user