From 5bc8d517c79267832260f23ff01cc192ce699645 Mon Sep 17 00:00:00 2001 From: Dingmeng Xue Date: Tue, 28 May 2024 13:49:31 +0800 Subject: [PATCH] rename SPRING_AI_AZURE_OPENAI_APIKEY --- .../day/10-deploy-ai-assistant-application/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-spring-apps-enterprise/workshops/azure-spring-apps-enterprise/day/10-deploy-ai-assistant-application/README.md b/azure-spring-apps-enterprise/workshops/azure-spring-apps-enterprise/day/10-deploy-ai-assistant-application/README.md index 5f2bc0f5..e6ad6061 100644 --- a/azure-spring-apps-enterprise/workshops/azure-spring-apps-enterprise/day/10-deploy-ai-assistant-application/README.md +++ b/azure-spring-apps-enterprise/workshops/azure-spring-apps-enterprise/day/10-deploy-ai-assistant-application/README.md @@ -52,7 +52,7 @@ az spring app deploy \ --build-env BP_JVM_VERSION=17 \ --env \ SPRING_AI_AZURE_OPENAI_ENDPOINT=${SPRING_AI_AZURE_OPENAI_ENDPOINT} \ - SPRING_AI_AZURE_OPENAI_APIKEY=${SPRING_AI_AZURE_OPENAI_APIKEY} \ + SPRING_AI_AZURE_OPENAI_API_KEY=${SPRING_AI_AZURE_OPENAI_API_KEY} \ --verbose ```