Skip to content

Commit 7d44f14

Browse files
abel533tzolov
authored andcommitted
Fix typo in model name, fixed #442
1 parent 255e542 commit 7d44f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/openai-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ var openAiApi = new OpenAiApi(System.getenv("OPENAI_API_KEY"));
217217
218218
var chatClient = new OpenAiChatClient(openAiApi)
219219
.withDefaultOptions(OpenAiChatOptions.builder()
220-
.withModel("gpt-35-turbo")
220+
.withModel("gpt-3.5-turbo")
221221
.withTemperature(0.4)
222222
.withMaxTokens(200)
223223
.build());

0 commit comments

Comments
 (0)