mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-13 02:24:42 -05:00
[PR #707] [MERGED] feat: whisper support #7222
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?
📋 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.