[PR #3128] [MERGED] enh: voice #7989

Closed
opened 2025-11-11 17:42:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3128
Author: @tjbck
Created: 6/13/2024
Status: Merged
Merged: 6/13/2024
Merged by: @tjbck

Base: devHead: voice-enh


📝 Commits (3)

📊 Changes

8 files changed (+670 additions, -354 deletions)

View changed files

📝 backend/main.py (+68 -0)
📝 src/lib/apis/index.ts (+40 -0)
📝 src/lib/components/chat/Chat.svelte (+112 -104)
📝 src/lib/components/chat/MessageInput.svelte (+3 -4)
📝 src/lib/components/chat/MessageInput/CallOverlay.svelte (+413 -244)
📝 src/lib/components/chat/Messages.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Interface.svelte (+32 -0)
📝 src/lib/utils/index.ts (+1 -1)

📄 Description

No description provided


🔄 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/3128 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 6/13/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `voice-enh` --- ### 📝 Commits (3) - [`d6fd2a8`](https://github.com/open-webui/open-webui/commit/d6fd2a822818e714eb148db61b3edce72fcf1de2) refac - [`5300d2c`](https://github.com/open-webui/open-webui/commit/5300d2c531af7a961aea740ea96893399724401d) refac - [`b813695`](https://github.com/open-webui/open-webui/commit/b8136951e4344c112d7e475e02cf3b6ecf6a3109) refac ### 📊 Changes **8 files changed** (+670 additions, -354 deletions) <details> <summary>View changed files</summary> 📝 `backend/main.py` (+68 -0) 📝 `src/lib/apis/index.ts` (+40 -0) 📝 `src/lib/components/chat/Chat.svelte` (+112 -104) 📝 `src/lib/components/chat/MessageInput.svelte` (+3 -4) 📝 `src/lib/components/chat/MessageInput/CallOverlay.svelte` (+413 -244) 📝 `src/lib/components/chat/Messages.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Interface.svelte` (+32 -0) 📝 `src/lib/utils/index.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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 2025-11-11 17:42:00 -06: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#7989