Browse Source

Vercel AI Gateway key deeplinks into the dashboard (#2287)

Ethan Shea 6 months ago
parent
commit
555202f3b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/opencode/src/cli/cmd/auth.ts

+ 1 - 1
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({