Skip to content

Commit 064e2c9

Browse files
authored
Merge pull request #257 from denizekiz/bugfix/antrophic-api
Fix: changed claude-3-5-haiku to claude-3-5-haiku-20241022 for fixing…
2 parents 6f53ba0 + e4ca2eb commit 064e2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/models.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const models: Models = {
3131
},
3232
endpoint: "https://api.anthropic.com/v1",
3333
model: {
34-
[ModelClass.SMALL]: "claude-3-5-haiku",
34+
[ModelClass.SMALL]: "claude-3-5-haiku-20241022",
3535
[ModelClass.MEDIUM]: "claude-3-5-sonnet-20241022",
3636
[ModelClass.LARGE]: "claude-3-opus-20240229",
3737
},

0 commit comments

Comments
 (0)