Skip to content

Commit debe6f9

Browse files
authored
Add where to set the API key in the json file (#107)
1 parent d31c459 commit debe6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ program
354354

355355
if (!apiKey) {
356356
console.error(
357-
"❌ Error: API key required. Set GROK_API_KEY environment variable, use --api-key flag, or save to ~/.grok/user-settings.json"
357+
"❌ Error: API key required. Set GROK_API_KEY environment variable, use --api-key flag, or set \"apiKey\" field in ~/.grok/user-settings.json"
358358
);
359359
process.exit(1);
360360
}

0 commit comments

Comments
 (0)