mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ignore: opencode auth stuff
This commit is contained in:
parent
469a83a55b
commit
4e24e04aec
1 changed files with 4 additions and 0 deletions
|
|
@ -245,6 +245,10 @@ export const AuthLoginCommand = cmd({
|
|||
return
|
||||
}
|
||||
|
||||
if (provider === "opencode") {
|
||||
prompts.log.info("Create an api key at https://opencode.ai/auth")
|
||||
}
|
||||
|
||||
if (provider === "vercel") {
|
||||
prompts.log.info("You can create an api key at https://vercel.link/ai-gateway-token")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue