Skip to content

Commit e4853d7

Browse files
magware-devilayaperumalg
authored andcommitted
fix azure openai chat model doc OpenAIClientBuilderCustomizer usage example
Signed-off-by: Manuel Andreo Garcia <manuel@magware.dev>
1 parent a3b2462 commit e4853d7

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
@@ -121,7 +121,7 @@ A customizer might be used for example to change the default response timeout:
121121
public class AzureOpenAiConfig {
122122
123123
@Bean
124-
public OpenAIClientBuilderCustomizer responseTimeoutCustomizer() {
124+
public AzureOpenAIClientBuilderCustomizer responseTimeoutCustomizer() {
125125
return openAiClientBuilder -> {
126126
HttpClientOptions clientOptions = new HttpClientOptions()
127127
.setResponseTimeout(Duration.ofMinutes(5));

0 commit comments

Comments
 (0)