forked from phoenix/litellm-mirror
(fix) langfuse show semantic-similarity in tags
This commit is contained in:
parent
f19b2becac
commit
a6afba8cf2
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ class LangFuseLogger:
|
||||||
if key in [
|
if key in [
|
||||||
"user_api_key",
|
"user_api_key",
|
||||||
"user_api_key_user_id",
|
"user_api_key_user_id",
|
||||||
|
"semantic-similarity",
|
||||||
]:
|
]:
|
||||||
tags.append(f"{key}:{value}")
|
tags.append(f"{key}:{value}")
|
||||||
if "cache_hit" in kwargs:
|
if "cache_hit" in kwargs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue