[PR #973] [CLOSED] 添加 BigMrAI 模型供应商插件 #1298

Closed
opened 2026-02-22 17:53:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/973
Author: @CloudPureNO1
Created: 7/30/2025
Status: Closed

Base: mainHead: main


📝 Commits (7)

  • f670877 添加 BigMrAI 模型供应商插件
  • f744860 Merge branch 'langgenius:main' into main
  • 351ac70 Delete CloudPureNO1/bigmrai/models/llm/llm.py
  • e0bb63b Delete CloudPureNO1/bigmrai/provider directory
  • 388e1f0 Delete CloudPureNO1/bigmrai/models directory
  • 59ad40e Delete CloudPureNO1/bigmrai/manifest.yaml
  • 0d93bb4 Delete CloudPureNO1/bigmrai/main.py

📊 Changes

5 files changed (+180 additions, -0 deletions)

View changed files

CloudPureNO1/bigmrai.difypkg (+0 -0)
CloudPureNO1/bigmrai/PRIVACY.md (+100 -0)
CloudPureNO1/bigmrai/README.md (+80 -0)
CloudPureNO1/bigmrai/bigmrai.difypkg (+0 -0)
CloudPureNO1/bigmrai/icon.png (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

🔗 Note: 源码和 .pkg 文件均存放于该路径下。

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

本插件 BigMr AI 为 Dify 平台提供自定义模型接入能力,支持通过本地或私有化部署的 AI 服务实现 LLM、文本嵌入、语音识别、TTS 和重排序等功能。插件基于 provider/big_mr_ai.yaml 配置模型接口,由用户自行配置 API 地址与密钥,所有数据处理均在用户控制的环境中完成。

本插件不收集、存储或传输任何用户数据,完全遵循 Dify 隐私保护准则,确保用户数据安全与合规。

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify by enabling integration with custom AI services.

5. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

已在 README.md 中提供完整说明文档。

6. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

No, this plugin does not collect any user personal data.

All data processing occurs within the user's own Dify runtime environment or their configured service endpoint. The plugin itself does not send, store, or track any user data.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

privacy.md 文件已包含在插件包中,路径为 ./privacy.md,内容符合 Dify 隐私政策模板要求。


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/973 **Author:** [@CloudPureNO1](https://github.com/CloudPureNO1) **Created:** 7/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`f670877`](https://github.com/langgenius/dify-plugins/commit/f67087784529a3e4f1e2da60ac68fcc32b042339) 添加 BigMrAI 模型供应商插件 - [`f744860`](https://github.com/langgenius/dify-plugins/commit/f74486058072223a8710d09da8629805d64dab82) Merge branch 'langgenius:main' into main - [`351ac70`](https://github.com/langgenius/dify-plugins/commit/351ac706353ec534bc31a6b25d37c08b75a4ca74) Delete CloudPureNO1/bigmrai/models/llm/llm.py - [`e0bb63b`](https://github.com/langgenius/dify-plugins/commit/e0bb63bf3768dd26efcd612eea918962d3485470) Delete CloudPureNO1/bigmrai/provider directory - [`388e1f0`](https://github.com/langgenius/dify-plugins/commit/388e1f0d3eeac4e67d40e328525406c8a9e1b4d5) Delete CloudPureNO1/bigmrai/models directory - [`59ad40e`](https://github.com/langgenius/dify-plugins/commit/59ad40ed7d8c0a0b3a3d37d3c43519878eb97e5e) Delete CloudPureNO1/bigmrai/manifest.yaml - [`0d93bb4`](https://github.com/langgenius/dify-plugins/commit/0d93bb4ede2fcbf8b4d5f0db69132192643d9bde) Delete CloudPureNO1/bigmrai/main.py ### 📊 Changes **5 files changed** (+180 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `CloudPureNO1/bigmrai.difypkg` (+0 -0) ➕ `CloudPureNO1/bigmrai/PRIVACY.md` (+100 -0) ➕ `CloudPureNO1/bigmrai/README.md` (+80 -0) ➕ `CloudPureNO1/bigmrai/bigmrai.difypkg` (+0 -0) ➕ `CloudPureNO1/bigmrai/icon.png` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata <!-- Please provide the following metadata of your plugin to make it easier for the reviewer to check the changes. - Plugin Author : The author of the plugin which is defined in your manifest.yaml - Plugin Name : The name of the plugin which is defined in your manifest.yaml - Repository URL: The URL of the repository where the source code of your plugin is hosted --> - **Plugin Author**: [CloudPureNO1](https://github.com/CloudPureNO1) - **Plugin Name**: BigMr AI (`bigmrai`) - **Repository URL**: https://github.com/CloudPureNO1/dify-plugins/tree/main/CloudPureNO1/bigmrai > 🔗 **Note**: 源码和 `.pkg` 文件均存放于该路径下。 ## 2. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 3. Description 本插件 `BigMr AI` 为 Dify 平台提供自定义模型接入能力,支持通过本地或私有化部署的 AI 服务实现 LLM、文本嵌入、语音识别、TTS 和重排序等功能。插件基于 `provider/big_mr_ai.yaml` 配置模型接口,由用户自行配置 API 地址与密钥,所有数据处理均在用户控制的环境中完成。 本插件不收集、存储或传输任何用户数据,完全遵循 Dify 隐私保护准则,确保用户数据安全与合规。 ## 4. Checklist - [x] I have read and followed the [Publish to Dify Marketplace guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace) - [x] I have read and comply with the [Plugin Developer Agreement](https://docs.dify.ai/terms/plugin-developer-agreement) - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify by enabling integration with custom AI services. ## 5. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details - [x] Link to the repository for the plugin source code > ✅ 已在 `README.md` 中提供完整说明文档。 ## 6. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection <!-- Does your plugin collect any user personal data? If yes, please list what types of user personal data are being collected according to the Plugin Privacy Protection Guidelines (for example: Email address, IP address, Age, etc) --> ❌ **No**, this plugin does **not collect** any user personal data. All data processing occurs within the user's own Dify runtime environment or their configured service endpoint. The plugin itself does not send, store, or track any user data. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines > ✅ `privacy.md` 文件已包含在插件包中,路径为 `./privacy.md`,内容符合 Dify 隐私政策模板要求。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:53:52 -05:00
yindo closed this issue 2026-02-22 17:53:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1298