mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-26 20:30:23 +00:00
(fix) langfuse show semantic-similarity in tags
This commit is contained in:
committed by
Krrish Dholakia
parent
8bce6d4fb2
commit
3a5923cffa
@@ -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