mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #343] [MERGED] feat(tongyi): add deepseek-r1 and its variants; update version and en… #1301
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/343
Author: @laipz8200
Created: 2/28/2025
Status: ✅ Merged
Merged: 3/3/2025
Merged by: @crazywoola
Base:
main← Head:feat/sync-tongyi-with-dify📝 Commits (1)
1e78777feat(tongyi): add deepseek-r1 and its variants; update version and enable_search parameter📊 Changes
28 files changed (+454 additions, -4 deletions)
View changed files
📝
models/tongyi/manifest.yaml(+1 -1)📝
models/tongyi/models/llm/_position.yaml(+6 -0)➕
models/tongyi/models/llm/deepseek-r1-distill-qwen-14B.yaml(+21 -0)➕
models/tongyi/models/llm/deepseek-r1-distill-qwen-32B.yaml(+21 -0)➕
models/tongyi/models/llm/deepseek-r1.yaml(+21 -0)➕
models/tongyi/models/llm/deepseek-v3.yaml(+52 -0)📝
models/tongyi/models/llm/llm.py(+11 -3)📝
models/tongyi/models/llm/qwen-max-0107.yaml(+9 -0)📝
models/tongyi/models/llm/qwen-max-0403.yaml(+9 -0)📝
models/tongyi/models/llm/qwen-max-0428.yaml(+9 -0)📝
models/tongyi/models/llm/qwen-max-0919.yaml(+9 -0)📝
models/tongyi/models/llm/qwen-max-1201.yaml(+9 -0)📝
models/tongyi/models/llm/qwen-max-latest.yaml(+9 -0)📝
models/tongyi/models/llm/qwen-max-longcontext.yaml(+9 -0)📝
models/tongyi/models/llm/qwen-plus-0206.yaml(+9 -0)📝
models/tongyi/models/llm/qwen-plus-0624.yaml(+9 -0)📝
models/tongyi/models/llm/qwen-plus-0723.yaml(+9 -0)📝
models/tongyi/models/llm/qwen-plus-0806.yaml(+9 -0)📝
models/tongyi/models/llm/qwen-plus-0919.yaml(+9 -0)📝
models/tongyi/models/llm/qwen-plus-chat.yaml(+9 -0)...and 8 more files
📄 Description
https://github.com/langgenius/dify/pull/13052
https://github.com/langgenius/dify/pull/13089
https://github.com/langgenius/dify/pull/13335
https://github.com/langgenius/dify/pull/13445
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.