update docs and auth methods for openai

This commit is contained in:
Aiden Cline
2026-01-09 18:45:03 -06:00
parent 075fa2c0e8
commit 8b8a358de1
7 changed files with 29 additions and 7 deletions

View File

@@ -294,6 +294,7 @@ export const AuthLoginCommand = cmd({
hint: {
opencode: "recommended",
anthropic: "Claude Max or API key",
openai: "ChatGPT Plus/Pro or API key",
}[x.id],
})),
),

View File

@@ -36,6 +36,7 @@ export function createDialogProviderOptions() {
description: {
opencode: "(Recommended)",
anthropic: "(Claude Max or API key)",
openai: "ChatGPT Plus/Pro or API key",
}[provider.id],
category: provider.id in PROVIDER_PRIORITY ? "Popular" : "Other",
async onSelect() {