mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #22] [MERGED] feat: add tts and speech2text model for gpustack #999
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/langgenius/dify-official-plugins/pull/22
Author: @alexcodelf
Created: 1/6/2025
Status: ✅ Merged
Merged: 1/9/2025
Merged by: @Yeuoly
Base:
main← Head:feat/provider-gpustack📝 Commits (1)
62bf6b2feat: 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.