mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-08 06:24:08 +00:00
(fix) langfuse check for embedding
This commit is contained in:
@@ -64,7 +64,7 @@ class LangFuseLogger:
|
||||
pass
|
||||
|
||||
# end of processing langfuse ########################
|
||||
if kwargs.get("call_type") == "embedding" or isinstance(
|
||||
if kwargs.get("call_type", None) == "embedding" or isinstance(
|
||||
response_obj, litellm.EmbeddingResponse
|
||||
):
|
||||
input = prompt
|
||||
|
||||
Reference in New Issue
Block a user