Timothy J. Baek 9 months ago
parent
commit
0feaf6f649
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/open_webui/apps/audio/main.py

+ 1 - 1
backend/open_webui/apps/audio/main.py

@@ -450,7 +450,7 @@ def transcribe(file_path):
                 except Exception:
                     error_detail = f"External: {e}"
 
-            raise error_detail
+            raise Exception(error_detail)
 
 
 @app.post("/transcriptions")