mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
Merge 4258d3b783
into b82af5b826
This commit is contained in:
commit
d2d40bff23
1 changed files with 1 additions and 0 deletions
|
@ -615,6 +615,7 @@ class SlackAlerting(CustomBatchLogger):
|
|||
elif type == "soft_budget":
|
||||
event_group = "proxy"
|
||||
event_message += "Soft Budget Crossed: "
|
||||
_id = user_info.team_id or user_info.user_id or _id
|
||||
elif type == "user_budget":
|
||||
event_group = "internal_user"
|
||||
event_message += "User Budget: "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue