mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
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,
|
spend=valid_token.team_spend,
|
||||||
max_budget=valid_token.team_max_budget,
|
max_budget=valid_token.team_max_budget,
|
||||||
user_id=valid_token.user_id,
|
user_id=valid_token.user_id,
|
||||||
|
team_id=valid_token.team_id,
|
||||||
|
team_alias=valid_token.team_alias,
|
||||||
)
|
)
|
||||||
asyncio.create_task(
|
asyncio.create_task(
|
||||||
proxy_logging_obj.budget_alerts(
|
proxy_logging_obj.budget_alerts(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue