We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2382a4 commit f555e81Copy full SHA for f555e81
src/configManager.ts
@@ -21,7 +21,7 @@ export class ConfigManager {
21
"test",
22
]
23
private static readonly defaultMaxTokens = 1024
24
- private static readonly defaultModel = "claude-3-7-sonnet-latest"
+ private static readonly defaultModel = "claude-sonnet-4-0"
25
private static readonly defaultTemperature = 0.3
26
27
getConfig(): CommitConfig {
0 commit comments