mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #18540] issue: Audio deletes existing text/prompt #73232
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 @wm-ek on GitHub (Oct 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18540
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.33
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
Transcribed audio is added at the bottom of the existing prompt. This allows to use prompt templates which have a variable or placeholder and add some context using dictation
Actual Behavior
If i add a prompt template and want to dictate something additionally, i can not do that.
The dictation would delete all the curent text and replace it with the transcribed text.
Steps to Reproduce
Logs & Screenshots
https://github.com/user-attachments/assets/3bf187a3-98e3-4b48-a017-66f8e8cba75d
Additional Information
No response
@tjbck commented on GitHub (Oct 23, 2025):
@silentoplayz confirmation wanted here!
@silentoplayz commented on GitHub (Oct 23, 2025):
Reproducible on the latest
devcommit!@acomarcho commented on GitHub (Oct 31, 2025):
Created a fix here https://github.com/open-webui/open-webui/pull/18762 !
@silentoplayz commented on GitHub (Nov 4, 2025):
I'm unable to test the PR until I have a microphone for my PC. I was going to test locally from my phone, but for security reasons, accessing the microphone is restricted to pages served over HTTPS or locally from
localhost.@tjbck commented on GitHub (Nov 6, 2025):
Addressed in dev!