Skip to content

Commit b21427c

Browse files
thesurlydevtzolov
authored andcommitted
Fix erroneous references to OpenAI
1 parent 563f9b4 commit b21427c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ where fruits are being displayed, possibly for convenience or aesthetic purposes
176176

177177
== Sample Controller
178178

179-
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.
179+
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.
180180

181-
Add a `application.properties` file, under the `src/main/resources` directory, to enable and configure the OpenAi Chat client:
181+
Add a `application.properties` file, under the `src/main/resources` directory, to enable and configure the Ollama Chat client:
182182

183183
[source,application.properties]
184184
----

0 commit comments

Comments
 (0)