feat: upgrade MiniMax default model to M3#2368
Open
octo-patch wants to merge 1 commit into
Open
Conversation
Add MiniMax-M3 as the new flagship/default recommended model alongside the existing MiniMax-M2.7 and MiniMax-M2.7-highspeed options. - Update provider registry comment to list M3 as default with M2.7 as alternative. - Update bot README recommended models block to suggest M3. - Add unit tests for M3 keyword match, prefix resolution, and system message merging. Co-Authored-By: Octopus <liyuan851277048@icloud.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade MiniMax model configuration to include the latest M3 model as the new default for the
minimaxprovider, while keeping the existingMiniMax-M2.7andMiniMax-M2.7-highspeedoptions available.Changes
MiniMax-M3as the new flagship/default recommended model in theminimaxprovider entry ofbot/vikingbot/providers/registry.py.bot/README.mdrecommended models block to suggestMiniMax-M3as the default while retainingM2.7andM2.7-highspeedas alternatives.MiniMax-M3keyword matching, LiteLLM prefix resolution (minimax/MiniMax-M3), and system message merging behavior.Why
MiniMax-M3is the new flagship MiniMax model with broader capabilities thanM2.7, and surfacing it as the recommended default lets users opt in to the latest model without manual research.Testing
pytest bot/tests/test_minimax_provider.py— 20 tests pass (including newMiniMax-M3cases).Type of Change
Checklist
bot/README.md)