ikie-cli 0.1.40 → 0.1.41
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/config.js +1 -1
- package/dist/onboarding.js +1 -1
- package/package.json +1 -1
package/dist/config.js
CHANGED
|
@@ -11,7 +11,7 @@ export const DEFAULT_MODEL = 'kimi-k2p7-code';
|
|
|
11
11
|
* The hosted ikie API (masks the upstream provider behind ik_live_ keys).
|
|
12
12
|
* Override with IKIE_HOST env var, e.g. for local dev or a custom domain.
|
|
13
13
|
*/
|
|
14
|
-
export const IKIE_HOST = process.env.IKIE_HOST ?? 'http://
|
|
14
|
+
export const IKIE_HOST = process.env.IKIE_HOST ?? 'http://80.225.207.132:3000';
|
|
15
15
|
export const IKIE_API_BASE = `${IKIE_HOST}/api/v1`;
|
|
16
16
|
/**
|
|
17
17
|
* The port ikie's own host connection uses. A bash command that kills processes
|
package/dist/onboarding.js
CHANGED
|
@@ -135,7 +135,7 @@ function displayCompletion() {
|
|
|
135
135
|
console.log(c.primary('2.') + ' Type ' + c.accent('/help') + ' to see all commands');
|
|
136
136
|
console.log(c.primary('3.') + ' Start building something amazing!');
|
|
137
137
|
console.log();
|
|
138
|
-
console.log(c.muted('Dashboard:') + ' ' + c.dim('http://
|
|
138
|
+
console.log(c.muted('Dashboard:') + ' ' + c.dim('http://80.225.207.132:3000/dashboard'));
|
|
139
139
|
console.log();
|
|
140
140
|
console.log(c.success.bold('Happy coding!'));
|
|
141
141
|
console.log();
|