mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1067] [MERGED] Gitee AI Update TTS model and add support for new models #1701
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/1067
Author: @fchange
Created: 6/10/2025
Status: ✅ Merged
Merged: 6/17/2025
Merged by: @crazywoola
Base:
main← Head:gitee-ai-upgrade-0610📝 Commits (3)
d738287feat(tts): 更新 TTS模型并添加新模型支持e4c0410build(models/gitee_ai): 更新 dify_plugin 版本依赖6f0cb3abuild(models/gitee_ai): 添加 pydub 依赖📊 Changes
17 files changed (+211 additions, -13 deletions)
View changed files
📝
models/gitee_ai/manifest.yaml(+1 -1)➕
models/gitee_ai/models/llm/Qwen3-235B-A22B.yaml(+92 -0)📝
models/gitee_ai/models/llm/_position.yaml(+1 -0)➕
models/gitee_ai/models/rerank/Qwen3-Reranker-0.6B.yaml(+4 -0)➕
models/gitee_ai/models/rerank/Qwen3-Reranker-4B.yaml(+4 -0)➕
models/gitee_ai/models/rerank/Qwen3-Reranker-8B.yaml(+4 -0)📝
models/gitee_ai/models/rerank/_position.yaml(+4 -1)➕
models/gitee_ai/models/text_embedding/Qwen3-Embedding-0.6B.yaml(+13 -0)➕
models/gitee_ai/models/text_embedding/Qwen3-Embedding-4B.yaml(+13 -0)➕
models/gitee_ai/models/text_embedding/Qwen3-Embedding-8B.yaml(+13 -0)📝
models/gitee_ai/models/text_embedding/_position.yaml(+3 -0)📝
models/gitee_ai/models/tts/MegaTTS3.yaml(+1 -1)➕
models/gitee_ai/models/tts/Step-Audio-TTS-3B.yaml(+11 -0)📝
models/gitee_ai/models/tts/_position.yaml(+3 -1)➕
models/gitee_ai/models/tts/fish-speech-1.5.yaml(+11 -0)📝
models/gitee_ai/models/tts/tts.py(+31 -8)📝
models/gitee_ai/requirements.txt(+2 -1)📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.4.0in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.