Merge pull request #4810 from BerriAI/litellm_team_modify_guardrails

feat(auth_checks.py): Allow admin to disable team from turning on/off guardrails
This commit is contained in:
Krish Dholakia 2024-07-22 22:32:24 -07:00 committed by GitHub
commit c4db6aa15e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 95 additions and 1 deletions

View file

@ -1322,6 +1322,7 @@ class PrismaClient:
t.metadata AS team_metadata,
t.blocked AS team_blocked,
t.team_alias AS team_alias,
t.metadata AS team_metadata,
tm.spend AS team_member_spend,
m.aliases as team_model_aliases
FROM "LiteLLM_VerificationToken" AS v