mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
langfuse - log team alias
This commit is contained in:
parent
423121ff7d
commit
410d1f2d2c
1 changed files with 2 additions and 1 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue