Skip to content

Commit 220647c

Browse files
committed
chore(config): update default AI model to Claude 3.5 Haiku
- Change default model in `package.json` from `claude-3-5-sonnet-latest` to `claude-3-5-haiku-latest` - Maintain existing configuration structure and enum list
1 parent 9cb2015 commit 220647c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"properties": {
6363
"diffCommit.model": {
6464
"type": "string",
65-
"default": "claude-3-5-sonnet-latest",
65+
"default": "claude-3-5-haiku-latest",
6666
"enum": [
6767
"claude-3-5-sonnet-latest",
6868
"claude-3-5-haiku-latest",

0 commit comments

Comments
 (0)