mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
Revert set Langfuse output to null for embedding responses
This commit is contained in:
parent
82391d270c
commit
8ed41dee09
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class LangFuseLogger:
|
||||||
or isinstance(response_obj, litellm.EmbeddingResponse)
|
or isinstance(response_obj, litellm.EmbeddingResponse)
|
||||||
):
|
):
|
||||||
input = prompt
|
input = prompt
|
||||||
output = None
|
output = response_obj["data"]
|
||||||
elif response_obj is not None and isinstance(
|
elif response_obj is not None and isinstance(
|
||||||
response_obj, litellm.ModelResponse
|
response_obj, litellm.ModelResponse
|
||||||
):
|
):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue