mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1078] [CLOSED] moments8 模型初始化 #1710
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/1078
Author: @benyuereal
Created: 6/12/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
c6b5bd9moments8 模型初始化cfcb14bmoments8 深度思考问题修复📊 Changes
20 files changed (+1420 additions, -0 deletions)
View changed files
➕
models/moments8/.difyignore(+179 -0)➕
models/moments8/.env.example(+3 -0)➕
models/moments8/.github/workflows/plugin-publish.yml(+109 -0)➕
models/moments8/.gitignore(+176 -0)➕
models/moments8/GUIDE.md(+148 -0)➕
models/moments8/PRIVACY.md(+3 -0)➕
models/moments8/README.md(+10 -0)➕
models/moments8/_assets/icon.svg(+84 -0)➕
models/moments8/main.py(+6 -0)➕
models/moments8/manifest.yaml(+53 -0)➕
models/moments8/models/llm/_position.yaml(+4 -0)➕
models/moments8/models/llm/deepseek-r1-distill-llama-70b-gpgpu.yaml(+33 -0)➕
models/moments8/models/llm/deepseek-r1-distill-qwen-32b-gpgpu.yaml(+33 -0)➕
models/moments8/models/llm/deepseek-r1-distill-qwen-32b-risc-v.yaml(+33 -0)➕
models/moments8/models/llm/llm.py(+314 -0)➕
models/moments8/provider/__init__.py(+1 -0)➕
models/moments8/provider/moments8.py(+108 -0)➕
models/moments8/provider/moments8.yaml(+67 -0)➕
models/moments8/requirements.txt(+2 -0)➕
models/moments8/test/chat_test.py(+54 -0)📄 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.