Merge pull request #389 from eyaltoledano/v013-final

fix(config): restores sonnet 3.7 as default main role.
This commit is contained in:
Eyal Toledano
2025-05-03 02:59:44 -04:00
committed by GitHub

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
}, },