feat(auth_checks.py): Allow admin to disable team from turning on/off guardrails.

This commit is contained in:
Krrish Dholakia 2024-07-20 18:39:05 -07:00
parent 2ff30fdace
commit a351b7cc3e
7 changed files with 96 additions and 1 deletions

View file

@ -1315,6 +1315,7 @@ class PrismaClient:
t.models AS team_models,
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