mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix log /audio to langfuse
This commit is contained in:
parent
53794f773e
commit
795db8672a
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ def function_setup(
|
|||
kwargs["metadata"]["file_checksum"] = file_checksum
|
||||
else:
|
||||
kwargs["metadata"] = {"file_checksum": file_checksum}
|
||||
messages = _file_obj
|
||||
messages = file_checksum
|
||||
elif (
|
||||
call_type == CallTypes.aspeech.value or call_type == CallTypes.speech.value
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue