Skip to content

Commit f555e81

Browse files
committed
chore(config): update default model to claude-sonnet-4-0
1 parent c2382a4 commit f555e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class ConfigManager {
2121
"test",
2222
]
2323
private static readonly defaultMaxTokens = 1024
24-
private static readonly defaultModel = "claude-3-7-sonnet-latest"
24+
private static readonly defaultModel = "claude-sonnet-4-0"
2525
private static readonly defaultTemperature = 0.3
2626

2727
getConfig(): CommitConfig {

0 commit comments

Comments
 (0)