mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 10:05:23 -04:00
[PR #735] [MERGED] Add support for ModelScope community #1524
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/735
Author: @yrk111222
Created: 4/16/2025
Status: ✅ Merged
Merged: 4/24/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (3)
1ccb48bAdd support for ModelScope communityae073a3Update requirements.txtc7208e5Update models/modelscope/requirements.txt📊 Changes
27 files changed (+1750 additions, -0 deletions)
View changed files
➕
models/modelscope/.difyignore(+178 -0)➕
models/modelscope/.env.example(+4 -0)➕
models/modelscope/.gitignore(+171 -0)➕
models/modelscope/PRIVACY.md(+3 -0)➕
models/modelscope/README.md(+9 -0)➕
models/modelscope/_assets/icon.svg(+1 -0)➕
models/modelscope/_assets/icon_l_en.png(+0 -0)➕
models/modelscope/_assets/icon_l_zh.png(+0 -0)➕
models/modelscope/_assets/icon_s_en.png(+0 -0)➕
models/modelscope/_assets/modelscope_01.png(+0 -0)➕
models/modelscope/main.py(+6 -0)➕
models/modelscope/manifest.yaml(+37 -0)➕
models/modelscope/models/llm/_position.yaml(+10 -0)➕
models/modelscope/models/llm/llama-3.3-70B-instruct.yaml(+73 -0)➕
models/modelscope/models/llm/llm.py(+482 -0)➕
models/modelscope/models/llm/qwen2.5-14B-instruct.yaml(+72 -0)➕
models/modelscope/models/llm/qwen2.5-32B-instruct.yaml(+72 -0)➕
models/modelscope/models/llm/qwen2.5-72B-instruct.yaml(+72 -0)➕
models/modelscope/models/llm/qwen2.5-7B-instruct.yaml(+72 -0)➕
models/modelscope/models/llm/qwen2.5-coder-14B-instruct.yaml(+72 -0)...and 7 more files
📄 Description
Overview
This plugin PR provides access to the models supported by ModelScope community API.
Configure
After installing the plugin, configure the API key and API base within the Model Provider settings. Obtain your API key from ModelScope. Save to use ModelScope. And remember to bind your Alibaba Cloud account before using the API-Key.
Effects
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.