mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #5496] [MERGED] Integrate Azure Speech service for TTS #21695
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/5496
Author: @pawel-ochman
Created: 9/18/2024
Status: ✅ Merged
Merged: 9/19/2024
Merged by: @tjbck
Base:
dev← Head:azure-tts📝 Commits (6)
351bbdbAdded Azure speach service option (UI)d6b68f4added azure speech service supporteacb690remove dependency and migrate to raw rest calls4d9677eUpdate configuration page, expose all Azure settings through ENV variablesafa42ddrefacb4f1a0brefac📊 Changes
3 files changed (+149 additions, -1 deletions)
View changed files
📝
backend/open_webui/apps/audio/main.py(+66 -0)📝
backend/open_webui/config.py(+14 -0)📝
src/lib/components/admin/Settings/Audio.svelte(+69 -1)📄 Description
Pull Request Checklist
Change provides integration with Azure speech service for TTS functionality (based on https://github.com/open-webui/open-webui/issues/5288)
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added integration with Azure Speech service to support TTS
Added
Changed
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.