openclawapi 1.3.3 → 1.3.4
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/cli.js +1 -3
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -15,9 +15,7 @@ const ENDPOINTS = [
|
|
|
15
15
|
{ name: '国内节点2', url: 'https://yunyi.skem.cn' },
|
|
16
16
|
{ name: 'CF国外节点1', url: 'https://yunyi.cfd' },
|
|
17
17
|
{ name: 'CF国外节点2', url: 'https://cdn1.yunyi.cfd' },
|
|
18
|
-
{ name: 'CF国外节点3', url: 'https://cdn2.yunyi.cfd' }
|
|
19
|
-
{ name: '备用节点1', url: 'http://47.99.42.193' },
|
|
20
|
-
{ name: '备用节点2', url: 'http://47.97.100.10' }
|
|
18
|
+
{ name: 'CF国外节点3', url: 'https://cdn2.yunyi.cfd' }
|
|
21
19
|
];
|
|
22
20
|
|
|
23
21
|
// Claude 模型预设
|