@aiyiran/myclaw 1.0.156 → 1.0.157

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiyiran/myclaw",
3
- "version": "1.0.156",
3
+ "version": "1.0.157",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -56,6 +56,11 @@
56
56
  "module": "./inject-image",
57
57
  "strategy": "auto",
58
58
  "description": "图片模型注入 (vveai)"
59
+ },
60
+ {
61
+ "module": "./inject-minimax",
62
+ "strategy": "auto",
63
+ "description": "MiniMax 模型注入"
59
64
  }
60
65
  ]
61
66
  }