mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
example config with public routes
This commit is contained in:
parent
e30410f700
commit
bfae8c3da6
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ model_list:
|
|||
general_settings:
|
||||
master_key: sk-1234
|
||||
alerting: ["slack", "email"]
|
||||
public_routes: [
|
||||
"/spend/calculate",
|
||||
]
|
||||
|
||||
litellm_settings:
|
||||
success_callback: ["prometheus"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue