[PR #413] [CLOSED] add netmind.ai model plugin #1354

Closed
opened 2026-02-16 10:22:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/413
Author: @anhuaxiang
Created: 3/10/2025
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • 1daa7cf feat: add netmind plugin
  • 3dd0649 Merge branch 'langgenius:main' into main

📊 Changes

14 files changed (+290 additions, -0 deletions)

View changed files

models/netmind/.env.example (+4 -0)
models/netmind/README.md (+8 -0)
models/netmind/_assets/netmind.png (+0 -0)
models/netmind/_assets/netmind.svg (+10 -0)
models/netmind/_assets/netmind_larg.svg (+18 -0)
models/netmind/main.py (+6 -0)
models/netmind/manifest.yaml (+32 -0)
models/netmind/models/llm/__init__.py (+0 -0)
models/netmind/models/llm/llm.py (+60 -0)
models/netmind/models/text_embedding/__init__.py (+0 -0)
models/netmind/models/text_embedding/text_embedding.py (+32 -0)
models/netmind/provider/netmind.py (+17 -0)
models/netmind/provider/netmind.yaml (+102 -0)
models/netmind/requirements.txt (+1 -0)

📄 Description

No description provided


🔄 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-official-plugins/pull/413 **Author:** [@anhuaxiang](https://github.com/anhuaxiang) **Created:** 3/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`1daa7cf`](https://github.com/langgenius/dify-official-plugins/commit/1daa7cf36f714092e0267ea29db21f9b0cef62a8) feat: add netmind plugin - [`3dd0649`](https://github.com/langgenius/dify-official-plugins/commit/3dd0649f78a42d61553ec91a3c02ca5a9b14eb3b) Merge branch 'langgenius:main' into main ### 📊 Changes **14 files changed** (+290 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `models/netmind/.env.example` (+4 -0) ➕ `models/netmind/README.md` (+8 -0) ➕ `models/netmind/_assets/netmind.png` (+0 -0) ➕ `models/netmind/_assets/netmind.svg` (+10 -0) ➕ `models/netmind/_assets/netmind_larg.svg` (+18 -0) ➕ `models/netmind/main.py` (+6 -0) ➕ `models/netmind/manifest.yaml` (+32 -0) ➕ `models/netmind/models/llm/__init__.py` (+0 -0) ➕ `models/netmind/models/llm/llm.py` (+60 -0) ➕ `models/netmind/models/text_embedding/__init__.py` (+0 -0) ➕ `models/netmind/models/text_embedding/text_embedding.py` (+32 -0) ➕ `models/netmind/provider/netmind.py` (+17 -0) ➕ `models/netmind/provider/netmind.yaml` (+102 -0) ➕ `models/netmind/requirements.txt` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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-16 10:22:42 -05:00
yindo closed this issue 2026-02-16 10:22:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1354