mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
example config with public routes
This commit is contained in:
parent
2f90759db5
commit
5309be2456
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