mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +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
Reference in a new issue