mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
1c665592e4
commit
549989e9ec
1 changed files with 0 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue