mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #413] [CLOSED] add netmind.ai model plugin #1354
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/413
Author: @anhuaxiang
Created: 3/10/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
1daa7cffeat: add netmind plugin3dd0649Merge 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.