mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 10:24:03 +00:00
(fix) langfuse show semantic-similarity in tags
This commit is contained in:
committed by
Krrish Dholakia
parent
eb3b68a2f0
commit
8ba2c8dbf7
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user