fix azure openai doc
This commit is contained in:
committed by
Christian Tzolov
parent
27000c4098
commit
87d055aff2
@@ -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()
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user