mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix: convert webm to wav for OpenAI transcription endpoint
This commit is contained in:
@@ -83,6 +83,8 @@ def audio_needs_conversion(file_path):
|
||||
return "mp4"
|
||||
elif info.get("format_name") == "ogg":
|
||||
return "ogg"
|
||||
elif info.get("format_name") == "matroska,webm":
|
||||
return "webm"
|
||||
return None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user