mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 06:07:17 -05:00
[PR #1832] [MERGED] feat(captions): upgrade MiniMax example to M3 default #32159
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/harvard-edge/cs249r_book/pull/1832
Author: @octo-patch
Created: 6/3/2026
Status: ✅ Merged
Merged: 6/10/2026
Merged by: @profvjreddi
Base:
dev← Head:feature/upgrade-minimax-m3📝 Commits (1)
4a8c4b9feat: upgrade MiniMax default model example to M3📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
book/tools/scripts/content/manage_captions.py(+2 -2)📄 Description
Summary
Upgrade the
manage_captions.pydocstring example to reference the latest MiniMax model (MiniMax-M3) instead ofMiniMax-M2.7, so first-time users land on the current flagship model.Changes
--provider minimaxusage example in the script's epilog to useMiniMax-M3(wasMiniMax-M2.7)--modeland the example was the only place the model ID was pinnedWhy
MiniMax released M3, the new default flagship: 512K context window, up to 128K output tokens, and image input support on the OpenAI-compatible endpoint. The previous example pinned M2.7 (added in #1239), which is still available but is no longer the recommended starting point. M2.7 / M2.7-highspeed remain valid
--modelvalues for anyone who prefers them.Testing
python book/tools/scripts/content/manage_captions.py --help)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.