fix azure openai doc

This commit is contained in:
Ricken Bazolo
2024-10-18 10:55:29 +02:00
committed by Christian Tzolov
parent 27000c4098
commit 87d055aff2

View File

@@ -168,7 +168,7 @@ ChatResponse response = chatModel.call(
new Prompt(
"Generate the names of 5 famous pirates.",
AzureOpenAiChatOptions.builder()
.withDeploymentName("gpt-4-o")
.withDeploymentName("gpt-4o")
.withTemperature(0.4)
.build()
));