@wy51ai/clawzenmux 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,9 +57,6 @@ echo "your-key-here" > ~/.openclaw/zenmux/api.key
57
57
  ```bash
58
58
  # 自动选择最优模型
59
59
  openclaw models set clawzenmux/auto
60
-
61
- # 或者指定特定模型
62
- openclaw models set anthropic/claude-sonnet-4.5
63
60
  ```
64
61
 
65
62
  ### 5. 提示词强制路由(可选)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wy51ai/clawzenmux",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Smart LLM router via ZenMux — 90+ models, intelligent routing, token cost savings.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",