[PR #22] [MERGED] feat: add tts and speech2text model for gpustack #999

Closed
opened 2026-02-16 10:21:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/22
Author: @alexcodelf
Created: 1/6/2025
Status: Merged
Merged: 1/9/2025
Merged by: @Yeuoly

Base: mainHead: feat/provider-gpustack


📝 Commits (1)

  • 62bf6b2 feat: add tts and speech2text model for gpustack

📊 Changes

8 files changed (+118 additions, -19 deletions)

View changed files

📝 models/gpustack/manifest.yaml (+2 -2)
📝 models/gpustack/models/llm/llm.py (+10 -8)
models/gpustack/models/speech2text/__init__.py (+0 -0)
models/gpustack/models/speech2text/speech2text.py (+36 -0)
📝 models/gpustack/models/text_embedding/text_embedding.py (+9 -9)
models/gpustack/models/tts/__init__.py (+0 -0)
models/gpustack/models/tts/tts.py (+43 -0)
📝 models/gpustack/provider/gpustack.yaml (+18 -0)

📄 Description

Support tts and speech2text for gpustack. Request by https://github.com/langgenius/dify/pull/12381#issuecomment-2574234066


🔄 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/langgenius/dify-official-plugins/pull/22 **Author:** [@alexcodelf](https://github.com/alexcodelf) **Created:** 1/6/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `feat/provider-gpustack` --- ### 📝 Commits (1) - [`62bf6b2`](https://github.com/langgenius/dify-official-plugins/commit/62bf6b2980f63d4eb76dac4729bfa498411a4d61) feat: add tts and speech2text model for gpustack ### 📊 Changes **8 files changed** (+118 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `models/gpustack/manifest.yaml` (+2 -2) 📝 `models/gpustack/models/llm/llm.py` (+10 -8) ➕ `models/gpustack/models/speech2text/__init__.py` (+0 -0) ➕ `models/gpustack/models/speech2text/speech2text.py` (+36 -0) 📝 `models/gpustack/models/text_embedding/text_embedding.py` (+9 -9) ➕ `models/gpustack/models/tts/__init__.py` (+0 -0) ➕ `models/gpustack/models/tts/tts.py` (+43 -0) 📝 `models/gpustack/provider/gpustack.yaml` (+18 -0) </details> ### 📄 Description Support tts and speech2text for gpustack. Request by https://github.com/langgenius/dify/pull/12381#issuecomment-2574234066 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:21:38 -05:00
yindo closed this issue 2026-02-16 10:21:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#999