From b21427c3c67852d19cc0509b005272084a3d17cb Mon Sep 17 00:00:00 2001 From: Shane Witbeck <30923+thesurlydev@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:31:12 -0700 Subject: [PATCH] Fix erroneous references to OpenAI --- .../main/antora/modules/ROOT/pages/api/chat/ollama-chat.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e1e36a459..4bb9acf25 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 @@ -176,9 +176,9 @@ where fruits are being displayed, possibly for convenience or aesthetic purposes == Sample Controller -https://start.spring.io/[Create] a new Spring Boot project and add the `spring-ai-openai-spring-boot-starter` to your pom (or gradle) dependencies. +https://start.spring.io/[Create] a new Spring Boot project and add the `spring-ai-ollama-spring-boot-starter` to your pom (or gradle) dependencies. -Add a `application.properties` file, under the `src/main/resources` directory, to enable and configure the OpenAi Chat client: +Add a `application.properties` file, under the `src/main/resources` directory, to enable and configure the Ollama Chat client: [source,application.properties] ----