Original PR: https://github.com/open-webui/open-webui/pull/406 Author: @oliverbob Created: 1/6/2024 Status: ❌ Closed
Base: main ← Head: main
main
d8ddf4d
8 files changed (+473 additions, -4 deletions)
📝 backend/requirements.txt (+2 -1) ➕ piper/app.py (+29 -0) ➕ piper/piper_tts_integration.md (+323 -0) ➕ piper/static/welcome.mp3 (+0 -0) ➕ piper/static/welcome.wav (+0 -0) ➕ piper/templates/index.html (+58 -0) ➕ piper/tts.sh (+5 -0) 📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+56 -3)
backend/requirements.txt
piper/app.py
piper/piper_tts_integration.md
piper/static/welcome.mp3
piper/static/welcome.wav
piper/templates/index.html
piper/tts.sh
src/lib/components/chat/Messages/ResponseMessage.svelte
Clean integration of lightweight Piper TTS.
🔄 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/406
Author: @oliverbob
Created: 1/6/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
d8ddf4dIntegration of Piper TTS📊 Changes
8 files changed (+473 additions, -4 deletions)
View changed files
📝
backend/requirements.txt(+2 -1)➕
piper/app.py(+29 -0)➕
piper/piper_tts_integration.md(+323 -0)➕
piper/static/welcome.mp3(+0 -0)➕
piper/static/welcome.wav(+0 -0)➕
piper/templates/index.html(+58 -0)➕
piper/tts.sh(+5 -0)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+56 -3)📄 Description
Clean integration of lightweight Piper TTS.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.