mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(fix) langfuse check for embedding
This commit is contained in:
parent
6e7987c4fc
commit
71e14cbbda
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue