mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
Request to Skip Image URL in TTS Responses for Better Child Interaction #1210
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 @snakeying on GitHub (Jun 11, 2024).
Firstly, I would like to extend my heartfelt gratitude to the development team and all contributors for bringing us such an amazing project. This is undoubtedly the best open-source UI I have ever experienced on GitHub.
Recently, while using the project, I encountered a minor issue. I have two five-year-old children who are very interested in interacting with AI. Since they have not yet mastered sufficient typing skills, I set up Speech-to-Text (STT) and Text-to-Speech (TTS) functions for them, and everything seemed to work perfectly. To help them better understand the AI interaction, I used prompts that included both text and images, such as:
Please remember for the following interaction, your conversational partner is a five-year-old child:
As a result, an image is generated with each AI interaction. After enabling the auto-playback response in the audio settings, the TTS reads the image URL (https://xxxxxxxxxx) before proceeding to the text of the interaction. I would like to inquire if it is possible to add a filtering option to skip the reading of the image URL?
Thank you for your hard work, and I look forward to your response.
@justinh-rahb commented on GitHub (Jun 11, 2024):
That would be dependent on the TTS API that you are using, afaik the OpenAI one filters out that sort of content automatically.. at least I've never had it try to read out a code block for example.
@snakeying commented on GitHub (Jun 11, 2024):
I used the “default” option
@justinh-rahb commented on GitHub (Jun 11, 2024):
Yes, the Web Speech API provided by your browser/OS is responsible in that case. They're pretty unsophisticated.
@snakeying commented on GitHub (Jun 11, 2024):
Well, I just try the openai TTS and it works like a champ...
Thx, and agian, keep up the great work~~ ^^V