chore: opencode vllm 모델정의 갱신 — 36b 키 + 컨텍스트 확장

- vllm-35b → vllm-36b 키명 정정
- context 131072 → 262144, output 8192 → 32768

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
windpacer
2026-05-26 09:57:21 +09:00
parent 01ed4527d3
commit 3926a33418

View File

@@ -20,7 +20,7 @@
} }
} }
}, },
"vllm-35b": { "vllm-36b": {
"npm": "@ai-sdk/openai-compatible", "npm": "@ai-sdk/openai-compatible",
"name": "Qwen 35B A3B", "name": "Qwen 35B A3B",
"options": { "options": {
@@ -31,8 +31,8 @@
"name": "Qwen 3.6 35B A3B FP8", "name": "Qwen 3.6 35B A3B FP8",
"reasoning": true, "reasoning": true,
"limit": { "limit": {
"context": 131072, "context": 262144,
"output": 8192 "output": 32768
} }
} }
} }