mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 04:25:53 +00:00
use litellm prefix in all emails
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user