mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
(fix) langfuse show semantic-similarity in tags
This commit is contained in:
parent
eb3b68a2f0
commit
8ba2c8dbf7
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ class LangFuseLogger:
|
|||
if key in [
|
||||
"user_api_key",
|
||||
"user_api_key_user_id",
|
||||
"semantic-similarity",
|
||||
]:
|
||||
tags.append(f"{key}:{value}")
|
||||
if "cache_hit" in kwargs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue