slek-ai-cli 1.1.9 → 1.1.10

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.
Files changed (2) hide show
  1. package/auth.js +2 -0
  2. package/package.json +1 -1
package/auth.js CHANGED
@@ -186,6 +186,8 @@ async function login() {
186
186
  );
187
187
  console.log(
188
188
  chalk.gray('\n Now run ') + chalk.yellow('slek') + chalk.gray(' to start chatting!\n')
189
+ console.log(
190
+ chalk.gray('\n Now Press ') + chalk.yellow('Ctrl+C') + chalk.gray(' to end the command\n')
189
191
  );
190
192
  resolve(userData);
191
193
  } catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slek-ai-cli",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "SLEK AI CLI — Powered by NVIDIA API",
5
5
  "main": "cli.js",
6
6
  "bin": {