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