feat(opencode): bump qwen3.8-27b context limit to 57344

This commit is contained in:
Claude
2026-08-22 19:21:53 +00:00
parent e5d4e252de
commit 0d73a075cd
+1 -1
View File
@@ -32,7 +32,7 @@
"qwen3.8-27b": {
"name": "Qwen 3.8 27B (local)",
"limit": {
"context": 32768,
"context": 57344,
"output": 8192
}
}