From cdabb9fd164929beee69bf488e3bcb3e5065f2e5 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 18 Mar 2026 09:49:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20GPT-5.4=20mini=20?= =?UTF-8?q?=E5=B0=8F=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/opencode.json b/opencode.json index 0518a7d..6dafa9f 100644 --- a/opencode.json +++ b/opencode.json @@ -1,12 +1,9 @@ { "$schema": "https://opencode.ai/config.json", + "plugin": ["oh-my-opencode@latest"], "autoupdate": false, "model": "openai/gpt-5.4", - "small_model": "openai/gpt-5.1-codex-mini", - "experimental": { - "disable_paste_summary": true - }, - "plugin": ["oh-my-opencode@latest"], + "small_model": "openai/gpt-5.4-mini", "provider": { "openai": { "npm": "@ai-sdk/openai", @@ -27,8 +24,8 @@ "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, "limit": { "context": 400000, "input": 272000, "output": 128000 } }, - "gpt-5.1-codex-mini": { - "name": "GPT-5.1-Codex-Mini", + "gpt-5.4-mini": { + "name": "GPT-5.4 mini", "reasoning": true, "modalities": { "input": ["text", "image"], "output": ["text"] }, "limit": { "context": 400000, "input": 272000, "output": 128000 } @@ -63,5 +60,8 @@ } } } + }, + "experimental": { + "disable_paste_summary": true } }