From 61795d794e980f1faa257c4d1e1521286012bc85 Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 4 Mar 2026 15:24:51 +0000 Subject: [PATCH] docs: clarify Go models in FAQ answer --- packages/console/app/src/i18n/en.ts | 3 +-- 1 file changed, 1 insertion(+), 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.",