From ccf6557e7ff3c553a96748655db5bfc3b7d9af9e Mon Sep 17 00:00:00 2001 From: Ning Tang Date: Thu, 19 Dec 2024 10:46:49 +0800 Subject: [PATCH] fix: readme line section --- js/samples/04.ai-apps/a.teamsChefBot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/samples/04.ai-apps/a.teamsChefBot/README.md b/js/samples/04.ai-apps/a.teamsChefBot/README.md index 1788d48d8..eef1937ad 100644 --- a/js/samples/04.ai-apps/a.teamsChefBot/README.md +++ b/js/samples/04.ai-apps/a.teamsChefBot/README.md @@ -60,8 +60,8 @@ If you are using Azure OpenAI then follow these steps: AZURE_OPENAI_ENDPOINT: ${{SECRET_AZURE_OPENAI_ENDPOINT}} ``` -- Open `./infra/azure.bicep` and comment out lines 72-75 and uncomment lines 76-83. -- Open `./infra/azure.parameters.json` and replace lines 20-22 with: +- Open `./infra/azure.bicep` and comment out lines of 'OPENAI_KEY' section and uncomment lines of 'AZURE_OPENAI_KEY' and 'AZURE_OPENAI_ENDPOINT' sections. +- Open `./infra/azure.parameters.json` and replace lines of "openAIKey" section with: ```json "azureOpenAIKey": {