mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
example cofnig with public routes
This commit is contained in:
parent
5e1403cd0a
commit
bd2298eba4
1 changed files with 2 additions and 3 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue