Skip to content

Commit 4da87c2

Browse files
committed
docs: fix azure-openai-chat gradle dependencies
1 parent 53a7af5 commit 4da87c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/azure-openai-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Gradle::
110110
[source,groovy]
111111
----
112112
dependencies {
113-
implementation 'spring-ai-starter-model-azure-openai'
113+
implementation 'org.springframework.ai:spring-ai-starter-model-azure-openai'
114114
}
115115
----
116116
======

0 commit comments

Comments
 (0)