mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #5612] [CLOSED] fix: Enhance TTS experience by filtering unnecessary characters (Fixed my PR) #60572
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/5612
Author: @Simi5599
Created: 9/22/2024
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (2)
bd769b1Enhance TTS experience by filtering unnecessary characters779e223Refine TTS filtering to include '@' for better email pronunciation📊 Changes
1 file changed (+5 additions, -1 deletions)
View changed files
📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+5 -1)📄 Description
In this PR, I am correcting an error from my previous pull request where I inadvertently created it from the wrong branch, which was rightfully rejected.
When using a TTS system, punctuation and in particular emojis can sometimes be read and repeated, which disrupts the flow of speech.
This PR addresses the issue by removing unnecessary characters, ensuring a smoother and more coherent TTS experience.
The filtering process retains essential letters, numbers, and punctuation while eliminating unwanted symbols and emojis.
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
I made the following changes in the ResponseMessage.svelte file:
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.