mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-03 02:27:09 +08:00
- Add MINIMAX_M3 = "MiniMax-M3" constant and put it first in MODEL_LIST - Default MinimaxBot model: MiniMax-M2.7 -> MiniMax-M3 - Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed as legacy options - Drop MINIMAX_M2_5 / MINIMAX_M2_1 / MINIMAX_M2_1_LIGHTNING / MINIMAX_M2 - Update web console recommended/provider model lists - Update README capability table and docs/models index (en/zh/ja) - Update docs/models/minimax.mdx and coding-plan.mdx MiniMax section - Update run.sh / run.ps1 installer default and menu hint - Update zh CLI status sample output - Update unit tests to assert new M3 default and constant TTS (speech-2.*) and API base URL remain unchanged.
Documentation
This directory contains the Mintlify documentation site for the project.
Prerequisites
- Node.js v20.17.0 or higher (LTS recommended)
Install the CLI (one-time, global)
npm i -g mint
Run the docs locally
From this docs/ directory:
mint dev
Then open http://localhost:3000 (or the port Mint reports if 3000 is in use).
The first run downloads the Mint preview framework (~90 MB) into
~/.mintlify/. Subsequent runs start instantly from the local cache.
More
- Mintlify docs: https://www.mintlify.com/docs