fix: increase Sonnet 4.5 without reasoning to use 180k context window (#66)

This commit is contained in:
Kevin Lin
2025-11-04 15:18:23 -08:00
committed by GitHub
parent ceae108c1f
commit 72a462c646

View File

@@ -13,7 +13,8 @@
"label": "Claude Sonnet 4.5 (no reasoning)",
"description": "Sonnet 4.5 with extended thinking/reasoning explicitly disabled",
"updateArgs": {
"enable_reasoner": false
"enable_reasoner": false,
"context_window": 180000
}
},
{