example cofnig with public routes

This commit is contained in:
Ishaan Jaff
2024-06-24 19:51:23 -07:00
parent 5e1403cd0a
commit bd2298eba4
+2 -3
View File
@@ -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"]