You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,8 +113,8 @@ Spring Petclinic integrates a Chatbot that allows you to interact with the appli
113
113
This `spring-petlinic-genai-service` microservice currently supports **OpenAI** (default) or **Azure's OpenAI** as the LLM provider.
114
114
In order to start the microservice, perform the following steps:
115
115
116
-
1. Decide which provider you want to use. By default, the `spring-ai-openai-spring-boot-starter` dependency is enabled.
117
-
You can change it to `spring-ai-azure-openai-spring-boot-starter`in the `pom.xml`.
116
+
1. Decide which provider you want to use. By default, the `spring-ai-starter-model-openai` dependency is enabled.
117
+
You can change it to `spring-ai-starter-model-azure-openai`in the `pom.xml`.
118
118
2. Create an OpenAI API key or a Azure OpenAI resource in your Azure Portal.
119
119
Refer to the [OpenAI's quickstart](https://platform.openai.com/docs/quickstart) or [Azure's documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/) for further information on how to obtain these.
120
120
You only need to populate the provider you're using - either openai, or azure-openai.
Copy file name to clipboardExpand all lines: spring-petclinic-api-gateway/src/main/java/org/springframework/samples/petclinic/api/boundary/web/FallbackController.java
Copy file name to clipboardExpand all lines: spring-petclinic-api-gateway/src/test/java/org/springframework/samples/petclinic/api/application/VisitsServiceClientIntegrationTest.java
Copy file name to clipboardExpand all lines: spring-petclinic-api-gateway/src/test/java/org/springframework/samples/petclinic/api/boundary/web/ApiGatewayControllerTest.java
Copy file name to clipboardExpand all lines: spring-petclinic-api-gateway/src/test/java/org/springframework/samples/petclinic/api/boundary/web/CircuitBreakerConfiguration.java
0 commit comments