Skip to content

Commit

Permalink
docs: use latest sonnet in example snippets (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Dec 10, 2024
1 parent 3402a3d commit b0fad8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ MessageCreateParams params = MessageCreateParams.builder()
.content(MessageParam.Content.ofString("Hello, Claude"))
.role(MessageParam.Role.user)
.build()))
.model("claude-3-opus-20240229")
.model("claude-3-5-sonnet-latest")
.build();
Message message = client.messages().create(params);
```
Expand Down

0 comments on commit b0fad8a

Please sign in to comment.