mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #7311] Remove the "#" before reading aloud to make the speech content more natural #30226
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 @Hunter6324 on GitHub (Nov 24, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7311
The current reading function is to directly hand over the entire content of the large model's answers to a third party (Edge browser) to generate speech, and the "#" in the text will be read directly in the speech, such as "1. ## XXXX”。
If you deal with it, removing the "#" in the content will make the resulting voice more natural, after all, we don't directly shout "#" in dialogue, and the "#" in the text is only used as a format symbol.
@Simi5599 commented on GitHub (Nov 24, 2024):
Maybe this is related? #5612
I implemented this on my side and it works