forked from phoenix/litellm-mirror
feat alert_to_webhook_url
This commit is contained in:
parent
d116ff280e
commit
0ec2e9aa27
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ model_list:
|
|||
api_key: "os.environ/FIREWORKS"
|
||||
general_settings:
|
||||
master_key: sk-1234
|
||||
alerting: ["slack"]
|
||||
alerting_threshold: 0.0001
|
||||
alert_to_webhook_url: {
|
||||
"llm_too_slow": "https://hooks.slack.com/services/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",
|
||||
"llm_requests_hanging": "https://hooks.slack.com/services/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",
|
||||
}
|
||||
|
||||
litellm_settings:
|
||||
success_callback: ["langfuse"]
|
Loading…
Add table
Add a link
Reference in a new issue