diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/azure-openai-chat.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/azure-openai-chat.adoc index 21a5a4fa4dc..dec53b45088 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/azure-openai-chat.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/azure-openai-chat.adoc @@ -73,7 +73,7 @@ then the `spring.ai.azure.openai.chat.options.deployment-name` is treathed as an ==== Access the OpenAI Model You can configure the client to use directly `OpenAI` instead of the `Azure OpenAI` deployed models. -For this you need to set the `spring.ai.azure.openai.openai-api-key=` instead of `spring.ai.azure.openai.api-key=`. +For this you need to set the `spring.ai.azure.openai.openai-api-key=` instead of `spring.ai.azure.openai.api-key=`. === Add Repositories and BOM