feat: update tm models defaults (#1225)

This commit is contained in:
Ralph Khreish
2025-09-20 01:07:33 +02:00
committed by GitHub
parent 47ddb60231
commit a621ff05ea
11 changed files with 43 additions and 42 deletions

View File

@@ -1,9 +1,9 @@
{
"models": {
"main": {
"provider": "grok-cli",
"modelId": "grok-4-latest",
"maxTokens": 131072,
"provider": "anthropic",
"modelId": "claude-sonnet-4-20250514",
"maxTokens": 64000,
"temperature": 0.2
},
"research": {
@@ -14,8 +14,8 @@
},
"fallback": {
"provider": "anthropic",
"modelId": "claude-sonnet-4-20250514",
"maxTokens": 64000,
"modelId": "claude-3-7-sonnet-20250219",
"maxTokens": 120000,
"temperature": 0.2
}
},