From 8a148c4c074fee05e6c0194d0611d081f3dff7c3 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 24 Jan 2026 02:08:17 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E6=94=AF=E6=8C=81ant?= =?UTF-8?q?igravity-gemini-3-flash=E6=A8=A1=E5=9E=8B=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加文档生成器模型配置以支持谷歌的antigravity-gemini-3-flash模型 --- oh-my-opencode.jsonc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 9ef860e..b2cc3fe 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -16,6 +16,9 @@ "explore": { "model": "opencode/grok-code" }, + "document-writer": { + "model": "google/antigravity-gemini-3-flash" + }, "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" }