diff --git a/backend/open_webui/routers/audio.py b/backend/open_webui/routers/audio.py index 3249b71188..b1b715d44b 100644 --- a/backend/open_webui/routers/audio.py +++ b/backend/open_webui/routers/audio.py @@ -566,7 +566,6 @@ def transcription_handler(request, file_path, metadata): if WHISPER_LANGUAGE == "" else WHISPER_LANGUAGE ), - ) ) log.info( "Detected language '%s' with probability %f"