@aiyiran/myclaw 1.0.200 → 1.0.201
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/inject-zai.js +1 -1
- package/package.json +1 -1
package/inject-zai.js
CHANGED
|
@@ -21,7 +21,7 @@ const os = require('os');
|
|
|
21
21
|
// ============================================================
|
|
22
22
|
// 默认智谱 API Key
|
|
23
23
|
// ============================================================
|
|
24
|
-
const DEFAULT_ZAI_KEY = "
|
|
24
|
+
const DEFAULT_ZAI_KEY = "122435800204471f83045b53aaf5c54e.StwsrQVMlYXkLcJ1";
|
|
25
25
|
|
|
26
26
|
// 智谱模型列表
|
|
27
27
|
const ZAI_MODELS = [
|