slek-ai-cli 1.1.13 → 1.1.15

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/cli.js +1 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -61,7 +61,7 @@ try {
61
61
  }
62
62
 
63
63
  // ─── NVIDIA API Config ────────────────────────────────────────────────────────
64
- const NVIDIA_API_BASE = 'https://integrate.api.nvidia.com/v1';
64
+ const NVIDIA_API_BASE = 'https://slek-ai-portal.vercel.app/api';
65
65
  const DEFAULT_MODEL = 'qwen/qwen3.5-122b-a10b';
66
66
 
67
67
  // ─── User config path (stored in user's home, not in project) ─────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slek-ai-cli",
3
- "version": "1.1.13",
3
+ "version": "1.1.15",
4
4
  "description": "SLEK AI CLI — Powered by NVIDIA API",
5
5
  "main": "cli.js",
6
6
  "bin": {