From 4a82b91587caa4331afa5239d26ea10d32a1456c Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 31 Jan 2026 05:21:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E5=8D=87=E4=B8=8A=E4=B8=8B?= =?UTF-8?q?=E6=96=87=E5=92=8C=E8=BE=93=E5=87=BA=E9=99=90=E5=88=B6=E5=AE=B9?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 提升上下文和输出的限制容量,分别调整为1048576和65536。 --- opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode.jsonc b/opencode.jsonc index 63d5468..19c7d2d 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -63,7 +63,7 @@ "input": ["text", "image", "video", "audio", "pdf"], "output": ["text"] }, - "limit": { "context": 1000000, "output": 64000 } + "limit": { "context": 1048576, "output": 65536 } } } },