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 255e542 commit 7d44f14Copy full SHA for 7d44f14
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/openai-chat.adoc
@@ -217,7 +217,7 @@ var openAiApi = new OpenAiApi(System.getenv("OPENAI_API_KEY"));
217
218
var chatClient = new OpenAiChatClient(openAiApi)
219
.withDefaultOptions(OpenAiChatOptions.builder()
220
- .withModel("gpt-35-turbo")
+ .withModel("gpt-3.5-turbo")
221
.withTemperature(0.4)
222
.withMaxTokens(200)
223
.build());
0 commit comments