Timothy Jaeryang Baek 1 month ago
parent
commit
549989e9ec
1 changed files with 0 additions and 1 deletions
  1. 0 1
      backend/open_webui/routers/audio.py

+ 0 - 1
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]