Skip to content

Commit 37fb140

Browse files
authored
Update Claude Models (#362)
1 parent 2059549 commit 37fb140

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/commands/config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ export const MODEL_LIST = {
6464
"gpt-4o-mini",
6565
"gpt-4o-mini-2024-07-18"],
6666

67-
anthropic: ['claude-3-haiku-20240307',
67+
anthropic: ['claude-3-5-sonnet-20240620',
68+
'claude-3-opus-20240229',
6869
'claude-3-sonnet-20240229',
69-
'claude-3-opus-20240229']
70+
'claude-3-haiku-20240307']
7071
}
7172

7273
const getDefaultModel = (provider: string | undefined): string => {

0 commit comments

Comments
 (0)