mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 01:29:07 -05:00
feat: upgrade MiniMax default model to M2.7
- Update example commands to reference MiniMax-M2.7 (latest flagship model) - MiniMax-M2.7 offers enhanced reasoning and coding capabilities - Users can also use MiniMax-M2.7-highspeed for low-latency scenarios
This commit is contained in:
4
book/tools/scripts/content/manage_captions.py
Normal file → Executable file
4
book/tools/scripts/content/manage_captions.py
Normal file → Executable file
@@ -4104,8 +4104,8 @@ Examples:
|
||||
# Cloud LLM providers (no local Ollama required):
|
||||
python improve_figure_captions.py -d contents/vol1/ -p openai -m gpt-4o-mini
|
||||
python improve_figure_captions.py -d contents/vol1/ -p groq -m llama-3.3-70b-versatile
|
||||
python improve_figure_captions.py -d contents/vol1/ -p minimax -m MiniMax-M2.5
|
||||
python improve_figure_captions.py -d contents/vol1/ --provider minimax --model MiniMax-M2.5 --api-key sk-...
|
||||
python improve_figure_captions.py -d contents/vol1/ -p minimax -m MiniMax-M2.7
|
||||
python improve_figure_captions.py -d contents/vol1/ --provider minimax --model MiniMax-M2.7 --api-key sk-...
|
||||
"""
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user