@workclaw/cli 1.0.321 → 1.0.322
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.
|
@@ -435,7 +435,7 @@ class BoxInstaller {
|
|
|
435
435
|
// models: 模型配置
|
|
436
436
|
models: {
|
|
437
437
|
// 配置合并模式:'merge' 合并 | 'replace' 替换
|
|
438
|
-
mode: "
|
|
438
|
+
mode: "replace",
|
|
439
439
|
providers: {
|
|
440
440
|
"siliconflow-minimax": {
|
|
441
441
|
// 模型 API 基础地址
|
|
@@ -5142,7 +5142,7 @@ class LocalInstaller {
|
|
|
5142
5142
|
},
|
|
5143
5143
|
// models: 模型配置
|
|
5144
5144
|
models: {
|
|
5145
|
-
mode: "
|
|
5145
|
+
mode: "replace",
|
|
5146
5146
|
providers: {
|
|
5147
5147
|
"siliconflow-minimax": {
|
|
5148
5148
|
baseUrl: boundConfig.modelApiBaseUrl || config.MODEL_BASE_URL,
|
package/dist/index.js
CHANGED