mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
issue: Error when using gpt-4o-transcribe in chrome #4804
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 @RodolfoCastanheira on GitHub (Apr 10, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.2
Ollama Version (if applicable)
No response
Operating System
docker
Browser (if applicable)
chrome
Confirmation
README.md.Expected Behavior
Transcription of the audio.
Actual Behavior
ERROR | open_webui.routers.audio:transcription:673 - 400: [ERROR: External: This model does not support the format you provided.] - {}
Steps to Reproduce
Any audio message with the STT model as gpt-4o-transcribe (or mini) will fail.
Logs & Screenshots
Full log of the error:
Additional Information
This appears to be solved by PR https://github.com/open-webui/open-webui/pull/12603
See this bug from librechat for more info.
@tjbck commented on GitHub (Apr 10, 2025):
https://github.com/open-webui/open-webui/pull/12603 Merged!