Timothy Jaeryang Baek 5 月之前
父節點
當前提交
549989e9ec
共有 1 個文件被更改,包括 0 次插入1 次删除
  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]