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]