@aiyiran/myclaw 1.1.122 → 1.1.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,7 +20,7 @@ const { readConfig, writeConfig } = require('../find-config');
20
20
  const DEFAULT_MINIMAX_KEY = "sk-cp-dZnzWB-ScLfjo8bO7DKTqSutkBXQsLWUmjhNDBRkgJd5e42qcE7z8J9i5m27V28eX-dYfo5Q7JNVG4XVsDi1zRxkIFZ4fT0DPGPJY7cHbqY5aBzJO1c6QVA";
21
21
 
22
22
  const PROVIDER_ID = "minimax";
23
- const DEFAULT_MODEL = "minimax/MiniMax-M3";
23
+ const DEFAULT_MODEL = "minimax/MiniMax-M2.7-highspeed";
24
24
 
25
25
  function run(cliArgs) {
26
26
  // ── 解析参数 ──
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.1.122",
3
+ "version": "1.1.123",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {