use litellm prefix in all emails

This commit is contained in:
Ishaan Jaff
2024-05-24 15:32:51 -07:00
parent 06370d24b4
commit c43a4dff7f
+1 -1
View File
@@ -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,
}