mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
feat - log team_alias to langfuse
This commit is contained in:
parent
717abfef98
commit
6d92b13c22
2 changed files with 2 additions and 0 deletions
|
@ -1186,6 +1186,7 @@ class PrismaClient:
|
|||
t.rpm_limit AS team_rpm_limit,
|
||||
t.models AS team_models,
|
||||
t.blocked AS team_blocked,
|
||||
t.team_alias AS team_alias,
|
||||
m.aliases as team_model_aliases
|
||||
FROM "LiteLLM_VerificationToken" AS v
|
||||
LEFT JOIN "LiteLLM_TeamTable" AS t ON v.team_id = t.team_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue