mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
issue: Speech-to-Text Engine - Whisper dont'r work #5556
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @moritzmofi on GitHub (Jun 16, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.15
Ollama Version (if applicable)
v0.90
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
after update to version v0.6.15 the Speech-to-Text Whisper (Local) doesn't work.
the Error Message ist "Oops! It seems like the file format you're trying to upload is not supported. Please upload a file with a supported format and try again."
Any Solution?
thanx
Actual Behavior
Error Message ist "Oops! It seems like the file format you're trying to upload is not supported. Please upload a file with a supported format and try again."
Steps to Reproduce
test "Voice Mode"
Logs & Screenshots
Additional Information
No response
@SolidusDigital commented on GitHub (Jun 16, 2025):
Same issue, it will work if you reset your tts back to web api, if you set it to openAI it will send STT audio to your TTS endpoint
@moritzmofi commented on GitHub (Jun 16, 2025):
thanx - with the setting to "Web-API" the recording works but not the "Voice Mode"
@SolidusDigital commented on GitHub (Jun 16, 2025):
reverting to this version fixed it ghcr.io/open-webui/open-webui:0.5.14
@moritzmofi commented on GitHub (Jun 16, 2025):
thanx - this version works fine...