mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
(feat) track team_id in langfuse tags
This commit is contained in:
parent
e7084fa3db
commit
039617766f
2 changed files with 20 additions and 0 deletions
|
@ -259,6 +259,7 @@ class LangFuseLogger:
|
|||
if key in [
|
||||
"user_api_key",
|
||||
"user_api_key_user_id",
|
||||
"user_api_key_team_id",
|
||||
"semantic-similarity",
|
||||
]:
|
||||
tags.append(f"{key}:{value}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue