yymaxapi 1.0.93 → 1.0.94
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/bin/yymaxapi.js +1 -0
- package/package.json +1 -1
package/bin/yymaxapi.js
CHANGED
|
@@ -4558,6 +4558,7 @@ async function autoActivate(paths, args = {}) {
|
|
|
4558
4558
|
endpointUrl: selectedEndpoint.url,
|
|
4559
4559
|
apiKey
|
|
4560
4560
|
});
|
|
4561
|
+
applyManagedYunyiModelSelection(config, primaryModelKey);
|
|
4561
4562
|
|
|
4562
4563
|
// ---- 写入配置 ----
|
|
4563
4564
|
const writeSpinner = ora({ text: '正在写入配置...', spinner: 'dots' }).start();
|