From 0c17fe9a326b20a044535f3b728be3771eda554e Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 23 Mar 2024 17:59:16 -0700 Subject: [PATCH] (feat) update config.yaml --- litellm/proxy/proxy_config.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index 72ccd9b7d9a..dc50067cb5f 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -12,9 +12,6 @@ model_list: api_base: https://exampleopenaiendpoint-production.up.railway.app/ general_settings: master_key: sk-1234 -router_settings: - set_verbose: True - debug_level: "DEBUG" -litellm_settings: - success_callback: ["prometheus"] + disable_spend_logs: true + disable_reset_budget: true num_retries: 2 \ No newline at end of file