Skip to content

Commit

Permalink
docs: bump models in example snippets to gpt-4o (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 11, 2024
1 parent 4c94984 commit 359c100
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 @@ -86,7 +86,7 @@ import com.openai.models.ChatCompletionCreateParams;
import java.util.List;

ChatCompletionCreateParams params = ChatCompletionCreateParams.builder()
.model("gpt-3.5-turbo")
.model("gpt-4o")
.build();
ChatCompletion chatCompletion = client.chat().completions().create(params);
```
Expand Down

0 comments on commit 359c100

Please sign in to comment.