mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #826] [MERGED] fix the opensource version of Qwen3 model and add the commercial version of Qwen3 model #1575
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/826
Author: @junjiem
Created: 4/29/2025
Status: ✅ Merged
Merged: 4/29/2025
Merged by: @crazywoola
Base:
main← Head:fix_825📝 Commits (1)
0e068e7fix the open-source version of Qwen3 model and add the commercial version of Qwen3 model📊 Changes
14 files changed (+374 additions, -198 deletions)
View changed files
📝
models/tongyi/manifest.yaml(+1 -1)📝
models/tongyi/models/llm/llm.py(+48 -128)➕
models/tongyi/models/llm/qwen-plus-2025-04-28.yaml(+110 -0)📝
models/tongyi/models/llm/qwen-plus-latest.yaml(+25 -2)➕
models/tongyi/models/llm/qwen-turbo-2025-04-28.yaml(+108 -0)📝
models/tongyi/models/llm/qwen-turbo-latest.yaml(+26 -3)📝
models/tongyi/models/llm/qwen3-0.6b.yaml(+7 -8)📝
models/tongyi/models/llm/qwen3-1.7b.yaml(+7 -8)📝
models/tongyi/models/llm/qwen3-14b.yaml(+7 -8)📝
models/tongyi/models/llm/qwen3-235b-a22b.yaml(+7 -8)📝
models/tongyi/models/llm/qwen3-30b-a3b.yaml(+7 -8)📝
models/tongyi/models/llm/qwen3-32b.yaml(+7 -8)📝
models/tongyi/models/llm/qwen3-4b.yaml(+7 -8)📝
models/tongyi/models/llm/qwen3-8b.yaml(+7 -8)📄 Description
Related Issues or Context
fixed #825
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.2.0,<0.3.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.