From 1556d678df108802140a558df2a4b99e8e9fc5cf Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 24 Jan 2026 01:50:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20Prometheus=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE=E5=B9=B6=E4=BA=A4=E6=8D=A2?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 Prometheus 模型配置并交换 document-writer 与 multimodal-looker 的模型设置 --- oh-my-opencode.jsonc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 8a86495..e06a0a3 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -5,6 +5,9 @@ "sisyphus": { "model": "anthropic-gateway/claude-opus-4-5-thinking" }, + "prometheus": { + "model": "anthropic-gateway/claude-opus-4-5-thinking" + }, "oracle": { "model": "openai-gateway/gpt-5.2" }, @@ -17,10 +20,10 @@ "explore": { "model": "opencode/grok-code" }, - "document-writer": { + "multimodal-looker": { "model": "google/antigravity-gemini-3-flash" }, - "multimodal-looker": { + "document-writer": { "model": "google/antigravity-gemini-3-flash" } }