Skip to content

Commit 0cd9e44

Browse files
Update constants.mjs
1 parent e8b4675 commit 0cd9e44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/anthropic/actions/common/constants.mjs

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ export default {
22
MESSAGE_MODELS: [
33
"claude-3-7-sonnet-20250219",
44
"claude-3-5-sonnet-20241022",
5+
"claude-3-5-haiku-20241022",
56
"claude-3-5-sonnet-20240620",
67
"claude-3-opus-20240229",
78
"claude-3-sonnet-20240229",
89
"claude-3-haiku-20240307",
9-
"claude-2.1",
10-
"claude-2.0",
11-
"claude-instant-1.2",
1210
],
1311
};

0 commit comments

Comments
 (0)