Skip to content

Commit a8e5133

Browse files
docs: bump models in example snippets to gpt-4o (#4)
1 parent a4f74e8 commit a8e5133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ import com.openai.models.ChatCompletionCreateParams;
8686
import java.util.List;
8787

8888
ChatCompletionCreateParams params = ChatCompletionCreateParams.builder()
89-
.model("gpt-3.5-turbo")
89+
.model("gpt-4o")
9090
.build();
9191
ChatCompletion chatCompletion = client.chat().completions().create(params);
9292
```

0 commit comments

Comments
 (0)