forked from phoenix/litellm-mirror
send team_alias on team budget alerts
This commit is contained in:
parent
6bd7e24fdd
commit
75d5609705
1 changed files with 2 additions and 0 deletions
|
@ -1269,6 +1269,8 @@ async def user_api_key_auth(
|
|||
spend=valid_token.team_spend,
|
||||
max_budget=valid_token.team_max_budget,
|
||||
user_id=valid_token.user_id,
|
||||
team_id=valid_token.team_id,
|
||||
team_alias=valid_token.team_alias,
|
||||
)
|
||||
asyncio.create_task(
|
||||
proxy_logging_obj.budget_alerts(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue