fix azure openai chat model doc OpenAIClientBuilderCustomizer usage example

Signed-off-by: Manuel Andreo Garcia <manuel@magware.dev>
This commit is contained in:
Manuel Andreo Garcia
2025-03-12 10:21:36 +01:00
committed by Ilayaperumal Gopinathan
parent a3b2462f1c
commit e4853d757a

View File

@@ -121,7 +121,7 @@ A customizer might be used for example to change the default response timeout:
public class AzureOpenAiConfig {
@Bean
public OpenAIClientBuilderCustomizer responseTimeoutCustomizer() {
public AzureOpenAIClientBuilderCustomizer responseTimeoutCustomizer() {
return openAiClientBuilder -> {
HttpClientOptions clientOptions = new HttpClientOptions()
.setResponseTimeout(Duration.ofMinutes(5));