Skip to content

Commit 41ede1a

Browse files
committed
fix azure openai doc
1 parent 5b9421c commit 41ede1a

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/chat/azure-openai-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ ChatResponse response = chatModel.call(
164164
new Prompt(
165165
"Generate the names of 5 famous pirates.",
166166
AzureOpenAiChatOptions.builder()
167-
.withDeploymentName("gpt-4-o")
167+
.withDeploymentName("gpt-4o")
168168
.withTemperature(0.4)
169169
.build()
170170
));

0 commit comments

Comments
 (0)