(fix) langfuse check for embedding
This commit is contained in:
parent
6e7987c4fc
commit
71e14cbbda
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user