Skip to content

Commit

Permalink
Merge pull request #105 from devoxx/issue-104
Browse files Browse the repository at this point in the history
Added claude-3-5-sonnet-20240620
  • Loading branch information
stephanj authored Jun 20, 2024
2 parents 4a13305 + 36b52b8 commit bc4ed71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public String getApiKey() {
@Override
public List<String> getModelNames() {
return List.of(
"claude-3-5-sonnet-20240620",
CLAUDE_3_OPUS_20240229.toString(),
CLAUDE_3_SONNET_20240229.toString(),
CLAUDE_3_HAIKU_20240307.toString(),
Expand Down

0 comments on commit bc4ed71

Please sign in to comment.