diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index 8898dd8cb5..caa6bc13b9 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -21,9 +21,8 @@ model_list: general_settings: master_key: sk-1234 alerting: ["slack", "email"] - public_routes: [ - "/spend/calculate", - ] + public_routes: ["LiteLLMRoutes.public_routes", "/spend/calculate"] + litellm_settings: success_callback: ["prometheus"]