mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-08 18:21:55 +00:00
langfuse - log team alias
This commit is contained in:
@@ -280,9 +280,10 @@ class LangFuseLogger:
|
||||
for key, value in metadata.items():
|
||||
# generate langfuse tags
|
||||
if key in [
|
||||
"user_api_key",
|
||||
"user_api_key_alias",
|
||||
"user_api_key_user_id",
|
||||
"user_api_key_team_id",
|
||||
"user_api_key_team_alias",
|
||||
"semantic-similarity",
|
||||
]:
|
||||
tags.append(f"{key}:{value}")
|
||||
|
||||
Reference in New Issue
Block a user