From cd419eb8a5f686c65c7439206ae8bf49d318c8de Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 5 Mar 2024 15:35:13 -0800 Subject: [PATCH] test(test_keys.py): add more duration for testing budget updates --- proxy_server_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy_server_config.yaml b/proxy_server_config.yaml index b65cefe79..64183f216 100644 --- a/proxy_server_config.yaml +++ b/proxy_server_config.yaml @@ -40,8 +40,8 @@ litellm_settings: 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) - proxy_budget_rescheduler_min_time: 3 - proxy_budget_rescheduler_max_time: 6 + proxy_budget_rescheduler_min_time: 10 + proxy_budget_rescheduler_max_time: 12 # database_url: "postgresql://:@:/" # [OPTIONAL] use for token-based auth to proxy environment_variables: