mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 05:31:23 +00:00
fix(docs): correct OpenCode Zen description in code comment (#9998)
* fix(docs): correct OpenCode Zen description in code comment OpenCode Zen is a pay-as-you-go token-based API, not a $200/month subscription. The subscription tiers ($20/$100/$200) are OpenCode Black, a separate product. This fixes the misleading comment that conflated Zen with Black. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: align OpenCode Zen billing copy (#9998) (thanks @therealZpoint-bot) --------- Co-authored-by: Claude <claude@archibald.local> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Gustavo Madeira Santana <gumadeiras@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6c42d34610
commit
c448e5da6f
@@ -752,7 +752,7 @@ export async function applyAuthChoiceApiProviders(
|
||||
[
|
||||
"OpenCode Zen provides access to Claude, GPT, Gemini, and more models.",
|
||||
"Get your API key at: https://opencode.ai/auth",
|
||||
"Requires an active OpenCode Zen subscription.",
|
||||
"OpenCode Zen bills per request. Check your OpenCode dashboard for details.",
|
||||
].join("\n"),
|
||||
"OpenCode Zen",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user