Переглянути джерело

ignore: opencode auth stuff

Dax Raad 1 рік тому
батько
коміт
4e24e04aec
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      packages/opencode/src/cli/cmd/auth.ts

+ 4 - 0
packages/opencode/src/cli/cmd/auth.ts

@@ -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")
       }
       }