mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
use litellm prefix in all emails
This commit is contained in:
parent
6798b45abe
commit
9b04d6144a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue