mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +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 = (
|
||||
|
|
|
|||
|
|
@ -34,4 +34,4 @@ general_settings:
|
|||
max_response_size_mb: 10
|
||||
|
||||
litellm_settings:
|
||||
callbacks: ["otel"]
|
||||
success_callback: ["langfuse"]
|
||||
Loading…
Add table
Reference in a new issue