Skip to content

Commit

Permalink
Fix the wrong env in the readme file (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
saragluna committed May 17, 2024
1 parent a96bdee commit bd82cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-spring-apps-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ cd apps/acme-assist
--build-env BP_JVM_VERSION=17 \
--env \
SPRING_AI_AZURE_OPENAI_ENDPOINT=${SPRING_AI_AZURE_OPENAI_ENDPOINT} \
SPRING_AI_AZURE_OPENAI_API_KEY=${SPRING_AI_AZURE_OPENAI_API_KEY}
SPRING_AI_AZURE_OPENAI_API_KEY=${SPRING_AI_AZURE_OPENAI_APIKEY}
```
1. Test the `acme-fitness` application in the browser again. Go to `ASK TO FITASSIST` and converse with the assistant, e.g.
Expand Down

0 comments on commit bd82cb0

Please sign in to comment.