mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-18 10:48:20 -05:00
[PR #603] [CLOSED] feat: upgrade MiniMax default model to M2.7 #15292
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/Shubhamsaboo/awesome-llm-apps/pull/603
Author: @octo-patch
Created: 3/18/2026
Status: ❌ Closed
Base:
main← Head:feature/upgrade-minimax-m27📝 Commits (2)
f921c23Add MiniMax M2.5 as an LLM provider optiona6802bcfeat: upgrade MiniMax default model to M2.7📊 Changes
5 files changed (+103 additions, -2 deletions)
View changed files
📝
README.md(+2 -1)📝
advanced_llm_apps/llm_apps_with_memory_tutorials/multi_llm_memory/multi_llm_memory.py(+16 -1)➕
starter_ai_agents/minimax_research_agent/README.md(+45 -0)➕
starter_ai_agents/minimax_research_agent/minimax_research_agent.py(+36 -0)➕
starter_ai_agents/minimax_research_agent/requirements.txt(+4 -0)📄 Description
Summary
Changes
starter_ai_agents/minimax_research_agent/minimax_research_agent.py: model ID M2.5 -> M2.7starter_ai_agents/minimax_research_agent/README.md: documentation updatedadvanced_llm_apps/llm_apps_with_memory_tutorials/multi_llm_memory/multi_llm_memory.py: model ID and UI labels M2.5 -> M2.7Why
MiniMax-M2.7 is the latest flagship model with enhanced reasoning and coding capabilities, replacing M2.5 as the recommended default.
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.