chore: restores 3.7 sonnet as the main role.

This commit is contained in:
Eyal Toledano
2025-05-03 00:35:24 -04:00
parent c3cc539f63
commit d4e08da7f3

View File

@@ -1,8 +1,8 @@
{ {
"models": { "models": {
"main": { "main": {
"provider": "google", "provider": "anthropic",
"modelId": "gemini-2.5-pro-exp-03-25", "modelId": "claude-3-7-sonnet-20250219",
"maxTokens": 100000, "maxTokens": 100000,
"temperature": 0.2 "temperature": 0.2
}, },