mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
feat - return team_metadata in user_api_key_auth
This commit is contained in:
parent
c34c123fe3
commit
c9e2f977dd
2 changed files with 2 additions and 0 deletions
|
@ -1313,6 +1313,7 @@ class PrismaClient:
|
|||
t.tpm_limit AS team_tpm_limit,
|
||||
t.rpm_limit AS team_rpm_limit,
|
||||
t.models AS team_models,
|
||||
t.metadata AS team_metadata,
|
||||
t.blocked AS team_blocked,
|
||||
t.team_alias AS team_alias,
|
||||
tm.spend AS team_member_spend,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue