From e148e454a76cc2cf75e6172c23d6088d1fc5b30b Mon Sep 17 00:00:00 2001 From: Jackie Gleason Date: Fri, 11 Apr 2025 20:52:55 -0400 Subject: [PATCH] The dep is incorrect I noticed this and thought I would commit it Signed-off-by: Jackie Gleason --- .../main/antora/modules/ROOT/pages/api/chat/ollama-chat.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/ollama-chat.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/ollama-chat.adoc index 633250fcec4..df85e1fd7a9 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/ollama-chat.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/ollama-chat.adoc @@ -58,7 +58,7 @@ Gradle:: [source,groovy] ---- dependencies { - implementation 'org.springframework.ai:spring-ai-starter-model-ollama' + implementation 'org.springframework.ai:spring-ai-ollama-spring-boot-starter' } ---- ======