We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b2462 commit e4853d7Copy full SHA for e4853d7
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/azure-openai-chat.adoc
@@ -121,7 +121,7 @@ A customizer might be used for example to change the default response timeout:
121
public class AzureOpenAiConfig {
122
123
@Bean
124
- public OpenAIClientBuilderCustomizer responseTimeoutCustomizer() {
+ public AzureOpenAIClientBuilderCustomizer responseTimeoutCustomizer() {
125
return openAiClientBuilder -> {
126
HttpClientOptions clientOptions = new HttpClientOptions()
127
.setResponseTimeout(Duration.ofMinutes(5));
0 commit comments