[PR #447] [MERGED] fix model gpustack provider tts and speech2text not work #1374

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/447
Author: @alexcodelf
Created: 3/12/2025
Status: Merged
Merged: 3/14/2025
Merged by: @crazywoola

Base: mainHead: fix/gpustack-tts


📝 Commits (1)

  • 9d290a5 fix: model provider GPUStack TTS not work

📊 Changes

6 files changed (+23 additions, -16 deletions)

View changed files

📝 models/gpustack/manifest.yaml (+1 -1)
📝 models/gpustack/models/llm/llm.py (+1 -0)
📝 models/gpustack/models/rerank/rerank.py (+3 -0)
📝 models/gpustack/models/speech2text/speech2text.py (+7 -8)
📝 models/gpustack/models/tts/tts.py (+9 -7)
📝 models/gpustack/provider/gpustack.yaml (+2 -0)

📄 Description

fix https://github.com/langgenius/dify/issues/15539
fix https://github.com/gpustack/gpustack/issues/1453

This pr is going to

  1. fix gpustack tts and speech2text not work in dify 1.0.
  2. fix add GPUStack vllm rerank model 400 error.

🔄 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/447 **Author:** [@alexcodelf](https://github.com/alexcodelf) **Created:** 3/12/2025 **Status:** ✅ Merged **Merged:** 3/14/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix/gpustack-tts` --- ### 📝 Commits (1) - [`9d290a5`](https://github.com/langgenius/dify-official-plugins/commit/9d290a5ac4392596653b965d7f8ed8b513c987c7) fix: model provider GPUStack TTS not work ### 📊 Changes **6 files changed** (+23 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `models/gpustack/manifest.yaml` (+1 -1) 📝 `models/gpustack/models/llm/llm.py` (+1 -0) 📝 `models/gpustack/models/rerank/rerank.py` (+3 -0) 📝 `models/gpustack/models/speech2text/speech2text.py` (+7 -8) 📝 `models/gpustack/models/tts/tts.py` (+9 -7) 📝 `models/gpustack/provider/gpustack.yaml` (+2 -0) </details> ### 📄 Description fix https://github.com/langgenius/dify/issues/15539 fix https://github.com/gpustack/gpustack/issues/1453 This pr is going to 1. fix gpustack tts and speech2text not work in dify 1.0. 2. fix add GPUStack vllm rerank model 400 error. --- <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:22:45 -05:00
yindo closed this issue 2026-02-16 10:22:46 -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#1374