feat: set context window for auto (#1463)

This commit is contained in:
cthomas
2026-03-19 18:00:36 -07:00
committed by GitHub
parent 8a505569fd
commit 399bd05c90

View File

@@ -7,7 +7,12 @@
"label": "Auto",
"description": "Automatically select the best model",
"isFeatured": true,
"free": true
"free": true,
"updateArgs": {
"context_window": 140000,
"max_output_tokens": 28000,
"parallel_tool_calls": true
}
},
{
"id": "auto-fast",
@@ -15,7 +20,12 @@
"label": "Auto Fast",
"description": "Automatically select the best fast model",
"isFeatured": true,
"free": true
"free": true,
"updateArgs": {
"context_window": 140000,
"max_output_tokens": 28000,
"parallel_tool_calls": true
}
},
{
"id": "sonnet",