From 6c8c6abb8bba84a79b5da579654f49c15ac331b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20=CA=95=E2=80=A2=CC=81=E1=B4=A5=E2=80=A2=CC=80?= =?UTF-8?q?=CA=94?= <92989284+Waischbrot@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:07:17 +0200 Subject: [PATCH] Fix spelling mistake in doc --- .../antora/modules/ROOT/pages/api/chat/azure-openai-chat.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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