Adjusts default main model model to Claude Sonnet 4. Adjusts default fallback to Claude Sonney 3.7

This commit is contained in:
Eyal Toledano
2025-05-23 20:33:45 -04:00
parent 09add37423
commit 231e569e84
2 changed files with 36 additions and 31 deletions

View File

@@ -0,0 +1,5 @@
---
'task-master-ai': patch
---
Adjusts default main model model to Claude Sonnet 4. Adjusts default fallback to Claude Sonney 3.7"

View File

@@ -3,7 +3,7 @@
"main": { "main": {
"provider": "anthropic", "provider": "anthropic",
"modelId": "claude-sonnet-4-20250514", "modelId": "claude-sonnet-4-20250514",
"maxTokens": 120000, "maxTokens": 50000,
"temperature": 0.2 "temperature": 0.2
}, },
"research": { "research": {
@@ -15,7 +15,7 @@
"fallback": { "fallback": {
"provider": "anthropic", "provider": "anthropic",
"modelId": "claude-3-7-sonnet-20250219", "modelId": "claude-3-7-sonnet-20250219",
"maxTokens": 8192, "maxTokens": 128000,
"temperature": 0.2 "temperature": 0.2
} }
}, },