mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
use litellm prefix in all emails
This commit is contained in:
parent
06370d24b4
commit
c43a4dff7f
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
Reference in a new issue