[PR #656] [MERGED] feat: openai tts support #7204

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

📋 Pull Request Information

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

Base: mainHead: openai-voice


📝 Commits (5)

📊 Changes

6 files changed (+280 additions, -51 deletions)

View changed files

📝 backend/apps/openai/main.py (+68 -4)
📝 backend/config.py (+8 -0)
📝 src/lib/apis/openai/index.ts (+31 -0)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+91 -7)
📝 src/lib/components/chat/Settings/Voice.svelte (+82 -39)
📝 src/lib/stores/index.ts (+0 -1)

📄 Description

No description provided


🔄 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/656 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/6/2024 **Status:** ✅ Merged **Merged:** 2/6/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `openai-voice` --- ### 📝 Commits (5) - [`ce31113`](https://github.com/open-webui/open-webui/commit/ce31113abddca08aaa71222de7a875483326e92d) refac: web api voice - [`0b8df52`](https://github.com/open-webui/open-webui/commit/0b8df52c9777a4f9e77f9a07956e0d74692c315a) feat: openai tts support - [`1b04014`](https://github.com/open-webui/open-webui/commit/1b040143eb14d5344ca0d83333ca7b9ce728b71f) feat: cache request body - [`519e279`](https://github.com/open-webui/open-webui/commit/519e27978fac02fe97d27fee4db9e3f3860949da) refac - [`3050267`](https://github.com/open-webui/open-webui/commit/30502676066d1546e0236b314af45dc45598205e) feat: audio loading spinner added ### 📊 Changes **6 files changed** (+280 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/openai/main.py` (+68 -4) 📝 `backend/config.py` (+8 -0) 📝 `src/lib/apis/openai/index.ts` (+31 -0) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+91 -7) 📝 `src/lib/components/chat/Settings/Voice.svelte` (+82 -39) 📝 `src/lib/stores/index.ts` (+0 -1) </details> ### 📄 Description _No description provided_ --- <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:06 -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#7204