[PR #11] [MERGED] plugin: minimax #987

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/11
Author: @Yeuoly
Created: 1/2/2025
Status: Merged
Merged: 1/2/2025
Merged by: @Yeuoly

Base: mainHead: plugin/minimax


📝 Commits (1)

📊 Changes

53 files changed (+107 additions, -2078 deletions)

View changed files

migrations/models/minimax/.env.example (+0 -4)
migrations/models/minimax/_assets/icon_l_en.png (+0 -0)
migrations/models/minimax/_assets/icon_s_en.png (+0 -0)
migrations/models/minimax/main.py (+0 -6)
migrations/models/minimax/manifest.yaml (+0 -34)
migrations/models/minimax/models/llm/abab5-chat.yaml (+0 -38)
migrations/models/minimax/models/llm/abab5.5-chat.yaml (+0 -53)
migrations/models/minimax/models/llm/abab5.5s-chat.yaml (+0 -44)
migrations/models/minimax/models/llm/abab6-chat.yaml (+0 -46)
migrations/models/minimax/models/llm/abab6.5-chat.yaml (+0 -46)
migrations/models/minimax/models/llm/abab6.5s-chat.yaml (+0 -46)
migrations/models/minimax/models/llm/chat_completion.py (+0 -135)
migrations/models/minimax/models/llm/chat_completion_pro.py (+0 -157)
migrations/models/minimax/models/llm/llm.py (+0 -256)
migrations/models/minimax/models/llm/types.py (+0 -25)
migrations/models/minimax/models/text_embedding/embo-01.yaml (+0 -9)
migrations/models/minimax/models/text_embedding/text_embedding.py (+0 -164)
migrations/models/minimax/provider/minimax.py (+0 -25)
migrations/models/minimax/provider/minimax.yaml (+0 -52)
migrations/models/minimax/requirements.txt (+0 -1)

...and 33 more files

📄 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/11 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 1/2/2025 **Status:** ✅ Merged **Merged:** 1/2/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `plugin/minimax` --- ### 📝 Commits (1) - [`8acc3fd`](https://github.com/langgenius/dify-official-plugins/commit/8acc3fd192b04d82e074b9febe6e8921da3863ce) plugin: minimax ### 📊 Changes **53 files changed** (+107 additions, -2078 deletions) <details> <summary>View changed files</summary> ➖ `migrations/models/minimax/.env.example` (+0 -4) ➖ `migrations/models/minimax/_assets/icon_l_en.png` (+0 -0) ➖ `migrations/models/minimax/_assets/icon_s_en.png` (+0 -0) ➖ `migrations/models/minimax/main.py` (+0 -6) ➖ `migrations/models/minimax/manifest.yaml` (+0 -34) ➖ `migrations/models/minimax/models/llm/abab5-chat.yaml` (+0 -38) ➖ `migrations/models/minimax/models/llm/abab5.5-chat.yaml` (+0 -53) ➖ `migrations/models/minimax/models/llm/abab5.5s-chat.yaml` (+0 -44) ➖ `migrations/models/minimax/models/llm/abab6-chat.yaml` (+0 -46) ➖ `migrations/models/minimax/models/llm/abab6.5-chat.yaml` (+0 -46) ➖ `migrations/models/minimax/models/llm/abab6.5s-chat.yaml` (+0 -46) ➖ `migrations/models/minimax/models/llm/chat_completion.py` (+0 -135) ➖ `migrations/models/minimax/models/llm/chat_completion_pro.py` (+0 -157) ➖ `migrations/models/minimax/models/llm/llm.py` (+0 -256) ➖ `migrations/models/minimax/models/llm/types.py` (+0 -25) ➖ `migrations/models/minimax/models/text_embedding/embo-01.yaml` (+0 -9) ➖ `migrations/models/minimax/models/text_embedding/text_embedding.py` (+0 -164) ➖ `migrations/models/minimax/provider/minimax.py` (+0 -25) ➖ `migrations/models/minimax/provider/minimax.yaml` (+0 -52) ➖ `migrations/models/minimax/requirements.txt` (+0 -1) _...and 33 more files_ </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:21:36 -05:00
yindo closed this issue 2026-02-16 10:21:36 -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#987