[PR #707] [MERGED] feat: whisper support #7222

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/707
Author: @tjbck
Created: 2/11/2024
Status: Merged
Merged: 2/11/2024
Merged by: @tjbck

Base: mainHead: whisper


📝 Commits (6)

  • a5b9bbf feat: whisper support
  • c6c6992 feat: audio rag support
  • f245c62 feat: whisper voice input
  • 98496a7 feat: update default whisper model
  • 2ef4fc1 fix: strip transcription text
  • 3ce8e8a refac: rename voice to audio

📊 Changes

11 files changed (+374 additions, -85 deletions)

View changed files

backend/apps/audio/main.py (+80 -0)
📝 backend/config.py (+5 -0)
📝 backend/main.py (+4 -0)
📝 backend/requirements.txt (+2 -0)
src/lib/apis/audio/index.ts (+31 -0)
📝 src/lib/components/chat/MessageInput.svelte (+180 -54)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+3 -3)
📝 src/lib/components/chat/Settings/Audio.svelte (+53 -21)
📝 src/lib/components/chat/SettingsModal.svelte (+6 -6)
📝 src/lib/constants.ts (+4 -1)
📝 src/lib/utils/index.ts (+6 -0)

📄 Description

Resolves #363


🔄 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/707 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/11/2024 **Status:** ✅ Merged **Merged:** 2/11/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `whisper` --- ### 📝 Commits (6) - [`a5b9bbf`](https://github.com/open-webui/open-webui/commit/a5b9bbf10b89a53cf8f4ed13c14eeae674a75237) feat: whisper support - [`c6c6992`](https://github.com/open-webui/open-webui/commit/c6c69924d1ea99f83a2465d98e4f53d4d58e2947) feat: audio rag support - [`f245c62`](https://github.com/open-webui/open-webui/commit/f245c6269227a0febd72ebc9d2c067173183ed62) feat: whisper voice input - [`98496a7`](https://github.com/open-webui/open-webui/commit/98496a70559e9cf612890319ee916ab5a150e58f) feat: update default whisper model - [`2ef4fc1`](https://github.com/open-webui/open-webui/commit/2ef4fc121587ac8ca9aebec26dcaedc31d741af1) fix: strip transcription text - [`3ce8e8a`](https://github.com/open-webui/open-webui/commit/3ce8e8a2ae4b9926fc4be511df6656704dfc7022) refac: rename voice to audio ### 📊 Changes **11 files changed** (+374 additions, -85 deletions) <details> <summary>View changed files</summary> ➕ `backend/apps/audio/main.py` (+80 -0) 📝 `backend/config.py` (+5 -0) 📝 `backend/main.py` (+4 -0) 📝 `backend/requirements.txt` (+2 -0) ➕ `src/lib/apis/audio/index.ts` (+31 -0) 📝 `src/lib/components/chat/MessageInput.svelte` (+180 -54) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+3 -3) 📝 `src/lib/components/chat/Settings/Audio.svelte` (+53 -21) 📝 `src/lib/components/chat/SettingsModal.svelte` (+6 -6) 📝 `src/lib/constants.ts` (+4 -1) 📝 `src/lib/utils/index.ts` (+6 -0) </details> ### 📄 Description Resolves #363 --- <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:20:37 -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#7222