From 3926a33418a79d652a649e53b13dfc589e9af256 Mon Sep 17 00:00:00 2001 From: windpacer Date: Tue, 26 May 2026 09:57:21 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20opencode=20vllm=20=EB=AA=A8=EB=8D=B8?= =?UTF-8?q?=EC=A0=95=EC=9D=98=20=EA=B0=B1=EC=8B=A0=20=E2=80=94=2036b=20?= =?UTF-8?q?=ED=82=A4=20+=20=EC=BB=A8=ED=85=8D=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=ED=99=95=EC=9E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - vllm-35b → vllm-36b 키명 정정 - context 131072 → 262144, output 8192 → 32768 Co-Authored-By: Claude Opus 4.7 --- opencode.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opencode.json b/opencode.json index cbc046c..92aa5e3 100644 --- a/opencode.json +++ b/opencode.json @@ -20,7 +20,7 @@ } } }, - "vllm-35b": { + "vllm-36b": { "npm": "@ai-sdk/openai-compatible", "name": "Qwen 35B A3B", "options": { @@ -31,8 +31,8 @@ "name": "Qwen 3.6 35B A3B FP8", "reasoning": true, "limit": { - "context": 131072, - "output": 8192 + "context": 262144, + "output": 32768 } } }