From 30d615f442c1928bd79c34704b9c14b6fe30811c Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 24 Jan 2024 20:12:03 -0800 Subject: [PATCH] build(proxy_server_config.yaml): add proxy budget to default yaml --- proxy_server_config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxy_server_config.yaml b/proxy_server_config.yaml index 5984a75c6..dfa8e1151 100644 --- a/proxy_server_config.yaml +++ b/proxy_server_config.yaml @@ -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://:@:/" # [OPTIONAL] use for token-based auth to proxy