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 30ef686663
commit 9bae1ac787

View File

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