Fix erroneous references to OpenAI

This commit is contained in:
Shane Witbeck
2024-04-22 11:31:12 -07:00
committed by Christian Tzolov
parent 563f9b48af
commit b21427c3c6

View File

@@ -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]
----