[PR #563] [MERGED] Add default voice setting and apply to chat #124035

Closed
opened 2026-05-21 03:42:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/563
Author: @yeahdongcn
Created: 1/25/2024
Status: Merged
Merged: 1/25/2024
Merged by: @tjbck

Base: mainHead: main


📝 Commits (4)

  • b297b43 Add default voice setting and apply to chat
  • 9101c17 refac: voice setting moved to add-on
  • 3b7f7c6 fix: loop until voice list available
  • 695bc56 Remove the commented-out code

📊 Changes

3 files changed (+49 additions, -3 deletions)

View changed files

📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+3 -0)
📝 src/lib/components/chat/SettingsModal.svelte (+45 -3)
📝 src/lib/stores/index.ts (+1 -0)

📄 Description

A new tab is added to settings and the end-user can select one's favorite voice now.

Please see the screenshot.
Screenshot 2024-01-25 at 15 09 01

Testing done:

  1. Select Default in voice settings -> click the speaker icon -> ✔
  2. Select Rocko (English (United States)) in voice settings -> click the speaker icon -> ✔

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/563 **Author:** [@yeahdongcn](https://github.com/yeahdongcn) **Created:** 1/25/2024 **Status:** ✅ Merged **Merged:** 1/25/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`b297b43`](https://github.com/open-webui/open-webui/commit/b297b432f7322350b26f7fa55b7308079cbad2f6) Add default voice setting and apply to chat - [`9101c17`](https://github.com/open-webui/open-webui/commit/9101c174d81b4ce7e54fdc432a7f9080565810ad) refac: voice setting moved to add-on - [`3b7f7c6`](https://github.com/open-webui/open-webui/commit/3b7f7c6e3225cecac24d8edd92c403c4388583fc) fix: loop until voice list available - [`695bc56`](https://github.com/open-webui/open-webui/commit/695bc5614445db5a92e26af18c0236dec6ecd0a2) Remove the commented-out code ### 📊 Changes **3 files changed** (+49 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+3 -0) 📝 `src/lib/components/chat/SettingsModal.svelte` (+45 -3) 📝 `src/lib/stores/index.ts` (+1 -0) </details> ### 📄 Description A new tab is added to settings and the end-user can select one's favorite voice now. Please see the screenshot. <img width="730" alt="Screenshot 2024-01-25 at 15 09 01" src="https://github.com/ollama-webui/ollama-webui/assets/2831050/99fcbcfa-68d8-4798-ac64-93334da410aa"> Testing done: 1. Select `Default` in voice settings -> click the speaker icon -> ✔ 2. Select `Rocko (English (United States))` in voice settings -> click the speaker icon -> ✔ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-21 03:42:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#124035