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 4c94984 commit 359c100Copy full SHA for 359c100
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