diff options
| author | Ethan Shea <[email protected]> | 2025-08-28 12:06:45 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-28 11:06:45 -0500 |
| commit | 555202f3b12d4d35f98d812eb8c6d68209d48777 (patch) | |
| tree | a96197781d68238bf29d20e10f9544acce30ae63 | |
| parent | 37cf262094da151da0a066ae92cd77e12feb33ec (diff) | |
| download | opencode-555202f3b12d4d35f98d812eb8c6d68209d48777.tar.gz opencode-555202f3b12d4d35f98d812eb8c6d68209d48777.zip | |
Vercel AI Gateway key deeplinks into the dashboard (#2287)
| -rw-r--r-- | packages/opencode/src/cli/cmd/auth.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/cli/cmd/auth.ts b/packages/opencode/src/cli/cmd/auth.ts index be38c0eba..eb2eb19b7 100644 --- a/packages/opencode/src/cli/cmd/auth.ts +++ b/packages/opencode/src/cli/cmd/auth.ts @@ -245,7 +245,7 @@ export const AuthLoginCommand = cmd({ } if (provider === "vercel") { - prompts.log.info("You can create an api key in the dashboard") + prompts.log.info("You can create an api key at https://vercel.link/ai-gateway-token") } const key = await prompts.password({ |
