[GH-ISSUE #7311] Remove the "#" before reading aloud to make the speech content more natural #30226

Closed
opened 2026-04-25 04:30:19 -05:00 by GiteaMirror · 1 comment
Owner

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.

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.
Author
Owner

@Simi5599 commented on GitHub (Nov 24, 2024):

Maybe this is related? #5612

I implemented this on my side and it works

<!-- gh-comment-id:2495970868 --> @Simi5599 commented on GitHub (Nov 24, 2024): Maybe this is related? #5612 I implemented this on my side and it works
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#30226