update docs and auth methods for openai

This commit is contained in:
Aiden Cline
2026-01-09 18:45:03 -06:00
parent dfe9624e67
commit 67d354a27d
7 changed files with 29 additions and 7 deletions
@@ -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() {