Skip to content

Commit 87d055a

Browse files
ricken07tzolov
authored andcommitted
fix azure openai doc
1 parent 27000c4 commit 87d055a

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
@@ -168,7 +168,7 @@ ChatResponse response = chatModel.call(
168168
new Prompt(
169169
"Generate the names of 5 famous pirates.",
170170
AzureOpenAiChatOptions.builder()
171-
.withDeploymentName("gpt-4-o")
171+
.withDeploymentName("gpt-4o")
172172
.withTemperature(0.4)
173173
.build()
174174
));

0 commit comments

Comments
 (0)