copilot-api-plus 1.2.28 ā 1.2.29
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/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3240,7 +3240,7 @@ async function runServer(options) {
|
|
|
3240
3240
|
await cacheModels();
|
|
3241
3241
|
await initMultiAccount();
|
|
3242
3242
|
await initModelRouting();
|
|
3243
|
-
consola.
|
|
3243
|
+
consola.info(`Available models: \n${state.models?.data.map((model) => `- ${model.id}`).join("\n")}`);
|
|
3244
3244
|
const serverUrl = `http://localhost:${options.port}`;
|
|
3245
3245
|
if (options.claudeCode) await setupClaudeCodeEnv(serverUrl);
|
|
3246
3246
|
const multiAccountInfo = state.multiAccountEnabled ? `\nš„ Multi-account: ${accountManager.activeAccountCount}/${accountManager.accountCount} active` : "";
|