|
@@ -245,6 +245,10 @@ export const AuthLoginCommand = cmd({
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ if (provider === "opencode") {
|
|
|
|
|
+ prompts.log.info("Create an api key at https://opencode.ai/auth")
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
if (provider === "vercel") {
|
|
if (provider === "vercel") {
|
|
|
prompts.log.info("You can create an api key at https://vercel.link/ai-gateway-token")
|
|
prompts.log.info("You can create an api key at https://vercel.link/ai-gateway-token")
|
|
|
}
|
|
}
|