From 0569df745e3f6070fa89ea423a0898f3024e646f Mon Sep 17 00:00:00 2001 From: ykoh42 Date: Tue, 15 Apr 2025 23:28:19 +0900 Subject: [PATCH] docs: fix azure-openai-chat gradle dependencies Signed-off-by: ykoh42 --- .../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 e2cf866ce..db14736a1 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 @@ -112,7 +112,7 @@ Gradle:: [source,groovy] ---- dependencies { - implementation 'spring-ai-starter-model-azure-openai' + implementation 'org.springframework.ai:spring-ai-starter-model-azure-openai' } ---- ======