We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f74e8 commit a8e5133Copy full SHA for a8e5133
README.md
@@ -86,7 +86,7 @@ import com.openai.models.ChatCompletionCreateParams;
86
import java.util.List;
87
88
ChatCompletionCreateParams params = ChatCompletionCreateParams.builder()
89
- .model("gpt-3.5-turbo")
+ .model("gpt-4o")
90
.build();
91
ChatCompletion chatCompletion = client.chat().completions().create(params);
92
```
0 commit comments