We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469a83a commit 4e24e04Copy full SHA for 4e24e04
1 file changed
packages/opencode/src/cli/cmd/auth.ts
@@ -245,6 +245,10 @@ export const AuthLoginCommand = cmd({
245
return
246
}
247
248
+ if (provider === "opencode") {
249
+ prompts.log.info("Create an api key at https://opencode.ai/auth")
250
+ }
251
+
252
if (provider === "vercel") {
253
prompts.log.info("You can create an api key at https://vercel.link/ai-gateway-token")
254
0 commit comments