fix(config): restores sonnet 3.7 as default main role.

This commit is contained in:
Eyal Toledano
2025-05-03 02:28:40 -04:00
parent 9684beafc3
commit c4b2f7e514

View File

@@ -1,8 +1,8 @@
{ {
"models": { "models": {
"main": { "main": {
"provider": "google", "provider": "anthropic",
"modelId": "gemini-2.0-flash", "modelId": "claude-3-7-sonnet-20250219",
"maxTokens": 100000, "maxTokens": 100000,
"temperature": 0.2 "temperature": 0.2
}, },