mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +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
|
pass
|
||||||
|
|
||||||
# end of processing langfuse ########################
|
# 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
|
response_obj, litellm.EmbeddingResponse
|
||||||
):
|
):
|
||||||
input = prompt
|
input = prompt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue