Timothy Jaeryang Baek 5 bulan lalu
induk
melakukan
549989e9ec
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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]