mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
595cf191fb
commit
0feaf6f649
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue