From bd2298eba4598e338904f2eea1a9dd055af8a8fd Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 24 Jun 2024 19:51:23 -0700 Subject: [PATCH] example cofnig with public routes --- litellm/proxy/proxy_config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"]