From ab8e54dd29011e987a08347c309dd58aeb57c505 Mon Sep 17 00:00:00 2001 From: _00_ <131402327+rgaricano@users.noreply.github.com> Date: Wed, 23 Jul 2025 08:49:00 +0200 Subject: [PATCH] Update audio.py Fix Format error Fix Format error --- backend/open_webui/routers/audio.py | 1 - 1 file changed, 1 deletion(-) 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"