From aef3d89f0cc7b607d6f25c294b952cd9e3165328 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 8 May 2024 14:13:51 -0700 Subject: [PATCH] fix add cooldown_deployment alert_type --- litellm/integrations/slack_alerting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/integrations/slack_alerting.py b/litellm/integrations/slack_alerting.py index c53daf36c..07c3585f0 100644 --- a/litellm/integrations/slack_alerting.py +++ b/litellm/integrations/slack_alerting.py @@ -710,6 +710,7 @@ Model Info: "db_exceptions", "daily_reports", "new_model_added", + "cooldown_deployment", ], **kwargs, ):