openclaw-apikey-cli 1.0.0 → 1.0.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/index.js +4 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -48,8 +48,8 @@ function updateMainConfig(configPath, apiKey) {
48
48
  cacheRead: 0,
49
49
  cacheWrite: 0
50
50
  },
51
- contextWindow: 4096,
52
- maxTokens: 4096
51
+ contextWindow: 128000,
52
+ maxTokens: 8192
53
53
  }
54
54
  ]
55
55
  };
@@ -100,8 +100,8 @@ function updateModelsConfig(configPath, apiKey) {
100
100
  cacheRead: 0,
101
101
  cacheWrite: 0
102
102
  },
103
- contextWindow: 4096,
104
- maxTokens: 4096,
103
+ contextWindow: 128000,
104
+ maxTokens: 8192,
105
105
  api: CONFIG.api
106
106
  }
107
107
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-apikey-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI tool to update OpenClaw API key for CSDN custom provider",
5
5
  "main": "index.js",
6
6
  "bin": {