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: main ← Head: whisper
main
whisper
a5b9bbf
c6c6992
f245c62
98496a7
2ef4fc1
3ce8e8a
11 files changed (+374 additions, -85 deletions)
➕ 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)
backend/apps/audio/main.py
backend/config.py
backend/main.py
backend/requirements.txt
src/lib/apis/audio/index.ts
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/Messages/ResponseMessage.svelte
src/lib/components/chat/Settings/Audio.svelte
src/lib/components/chat/SettingsModal.svelte
src/lib/constants.ts
src/lib/utils/index.ts
Resolves #363
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:whisper📝 Commits (6)
a5b9bbffeat: whisper supportc6c6992feat: audio rag supportf245c62feat: whisper voice input98496a7feat: update default whisper model2ef4fc1fix: strip transcription text3ce8e8arefac: 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.