mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix default input/output values for /audio/trancription logging
This commit is contained in:
parent
b2fcf65653
commit
95f063f978
2 changed files with 5 additions and 1 deletions
|
@ -144,6 +144,10 @@ class LangFuseLogger:
|
|||
f"Langfuse Logging - Enters logging function for model {kwargs}"
|
||||
)
|
||||
|
||||
# set default values for input/output for langfuse logging
|
||||
input = None
|
||||
output = None
|
||||
|
||||
litellm_params = kwargs.get("litellm_params", {})
|
||||
litellm_call_id = kwargs.get("litellm_call_id", None)
|
||||
metadata = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue