mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #2175] feat: add ShengSuanYun as a provider for LLM and text embedding. #2300
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/2175
Author: @coohu
Created: 12/4/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (10+)
7619566feat: add shengsuanyun as new models provider.ad3c62cfix: clear code.55f0792feat: add text-embedding for ShengSuanYun.a5abb2bfix: Maintain model list.5fa5541Merge branch 'main' of https://github.com/langgenius/dify-official-pluginsdcd1ee2fix: Maintain publish config.b41626afix: improve the robustness and correctness of the ShengSuanYun provider integration.6f30d01fix: Correct Manifest.a10c18aMerge branch 'main' of https://github.com/langgenius/dify-official-plugins2f53563feat: add TTS support for ShengSuanYun.📊 Changes
137 files changed (+4858 additions, -0 deletions)
View changed files
➕
.github/workflows/plugin-publish.yml(+143 -0)📝
.gitignore(+1 -0)➕
models/shengsuanyun/.difyignore(+184 -0)➕
models/shengsuanyun/.env.example(+3 -0)➕
models/shengsuanyun/.github/workflows/plugin-publish.yml(+109 -0)➕
models/shengsuanyun/.gitignore(+176 -0)➕
models/shengsuanyun/GUIDE.md(+137 -0)➕
models/shengsuanyun/README.md(+15 -0)➕
models/shengsuanyun/_assets/icon-dark.svg(+1 -0)➕
models/shengsuanyun/_assets/icon.svg(+1 -0)➕
models/shengsuanyun/_assets/icon_s_en.svg(+1 -0)➕
models/shengsuanyun/_assets/ssy_qr.webp(+0 -0)➕
models/shengsuanyun/main.py(+6 -0)➕
models/shengsuanyun/manifest.yaml(+40 -0)➕
models/shengsuanyun/models/llm/Ali/qvq-72b.yaml(+23 -0)➕
models/shengsuanyun/models/llm/Ali/qwen-plus-latest-thinking.yaml(+23 -0)➕
models/shengsuanyun/models/llm/Ali/qwen-plus-latest.yaml(+23 -0)➕
models/shengsuanyun/models/llm/Ali/qwen-turbo-latest-thinking.yaml(+23 -0)➕
models/shengsuanyun/models/llm/Ali/qwen-turbo-latest.yaml(+23 -0)➕
models/shengsuanyun/models/llm/Ali/qwen-vl-ocr.yaml(+24 -0)...and 80 more files
📄 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.6.0is in 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.