mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #13639] issue: OpenWeb-ui isn't automatically reading model output with my screen reader. #120291
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 @Humanity121 on GitHub (May 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13639
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
latest
Ollama Version (if applicable)
latest
Operating System
windows 11
Browser (if applicable)
chrome
Confirmation
README.md.Expected Behavior
I don't hav elogs as I'm not using docr and there's nothing to show you in the dev console.
Actual Behavior
Hello.
so I'm a totally blind guy and I've installed and setup open Web-ui.
I use the free nvda screen reader.
http://www.nvda-project.org
When I type into the chat box and hit enter text is not auatomatically read out with my screen reader. so I have to move out of the edit box and then up arrow and read the text manually.
The read allowed function sends it through sapi which is terrible.
There's some setting in Aria that I forget which should allow you to make any text coming in read automatically, or even better when it's finished generating if it could read the entire text auatomtically with nvda that would be great.
To test it where it works flawlessly, go to chatgpt.com with nvda installed and see how it works there.
Thank you.
Steps to Reproduce
TYPE INTO THE MODEL INPUT
press enter, see if you can hear anytthing read through nvda screen reader, it won't work.
Logs & Screenshots
nonge
Additional Information
No response
@yo-nagase commented on GitHub (May 15, 2025):
I think www.nvda-project.org is not active anymore.
I has been moved to the site below.
https://www.nvaccess.org/
@yo-nagase commented on GitHub (May 16, 2025):
Since I found the way to implement this function, me and my collegue take this issue!
@tts-yo-nagase commented on GitHub (May 16, 2025):
Thank you for your corresponse!