From 549989e9ec2babff7156a5515b6085d4abe79a98 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 10 May 2025 19:04:40 +0400 Subject: [PATCH] refac --- 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 a810cc586..445857c88 100644 --- a/backend/open_webui/routers/audio.py +++ b/backend/open_webui/routers/audio.py @@ -544,7 +544,6 @@ def transcribe(request: Request, file_path): elif request.app.state.config.STT_ENGINE == "openai": convert_format = get_audio_convert_format(file_path) - print(f"convert_format: {convert_format}") if convert_format: ext = convert_format.split(".")[-1]