use litellm prefix in all emails

This commit is contained in:
Ishaan Jaff 2024-05-24 15:32:51 -07:00
parent 6798b45abe
commit 9b04d6144a

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,
}