diff options
| author | David Hill <[email protected]> | 2026-03-04 15:24:51 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-03-04 15:24:51 +0000 |
| commit | 61795d794e980f1faa257c4d1e1521286012bc85 (patch) | |
| tree | 2d89c5515860c8497e5230f7c8cea9748698af37 /packages/console/app/src | |
| parent | 7c215c0d02796803cd20602bb4b04a7d3c43760a (diff) | |
| download | opencode-61795d794e980f1faa257c4d1e1521286012bc85.tar.gz opencode-61795d794e980f1faa257c4d1e1521286012bc85.zip | |
docs: clarify Go models in FAQ answer
Diffstat (limited to 'packages/console/app/src')
| -rw-r--r-- | packages/console/app/src/i18n/en.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/console/app/src/i18n/en.ts b/packages/console/app/src/i18n/en.ts index 5052529c8..41bb43890 100644 --- a/packages/console/app/src/i18n/en.ts +++ b/packages/console/app/src/i18n/en.ts @@ -278,8 +278,7 @@ export const dict = { "go.faq.a1": "Go is a low-cost subscription that gives you reliable access to capable open-source models for agentic coding.", "go.faq.q2": "What models does Go include?", - "go.faq.a2": - "Go focuses on the most capable open-source models available through OpenCode, with generous limits and reliable access.", + "go.faq.a2": "Go includes GLM-5, Kimi K2.5, and MiniMax M2.5, with generous limits and reliable access.", "go.faq.q3": "Is Go the same as Zen?", "go.faq.a3": "No. Zen is pay-as-you-go, while Go is a $10/month subscription with generous limits and reliable access to open-source models GLM-5, Kimi K2.5, and MiniMax M2.5.", |
