diff --git a/litellm/integrations/slack_alerting.py b/litellm/integrations/slack_alerting.py index d403cd5652..39fb2490a2 100644 --- a/litellm/integrations/slack_alerting.py +++ b/litellm/integrations/slack_alerting.py @@ -820,7 +820,7 @@ Model Info: payload = webhook_event.model_dump_json() email_event = { "to": recipient_email, - "subject": event_name, + "subject": f"LiteLLM: {event_name}", "html": email_html_content, }