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