fix(config): adds missing import + task management for api key design

This commit is contained in:
Eyal Toledano
2025-06-05 14:20:25 -04:00
parent a9c1b6bbcf
commit 16e6326010
4 changed files with 30 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
"models": {
"main": {
"provider": "anthropic",
"modelId": "claude-3-7-sonnet-20250219",
"modelId": "claude-sonnet-4-20250514",
"maxTokens": 64000,
"temperature": 0.2
},
@@ -14,7 +14,7 @@
},
"fallback": {
"provider": "anthropic",
"modelId": "claude-3-5-sonnet",
"modelId": "claude-3-5-sonnet-20241022",
"maxTokens": 64000,
"temperature": 0.2
}
@@ -34,4 +34,4 @@
"mode": "byok",
"telemetryEnabled": true
}
}
}