From b3aed93ce82c5f7a602803be1c7a8a2de572fd02 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:18:17 +0900 Subject: [PATCH] =?UTF-8?q?Update=20SETUP.md=20(Typo=20"Azure=20OpenAI=20s?= =?UTF-8?q?ervice"=E2=86=92"Azure=20OpenAI=20Service")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/generative-ai-for-beginners/blob/main/00-course-setup/SETUP.md #PingMSFTDocs --- 00-course-setup/SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-course-setup/SETUP.md b/00-course-setup/SETUP.md index 171263b09..d98874700 100644 --- a/00-course-setup/SETUP.md +++ b/00-course-setup/SETUP.md @@ -44,7 +44,7 @@ You can configure one, none, or all providers. Related assignments will simply e ### 2.1. Create `.env` file -We assume that you have already read the guidance above and signed up with the relevant provider, and obtained the required authentication credentials (API_KEY or token). In the case of Azure OpenAI, we assume you also have a valid deployment of an Azure OpenAI service (endpoint) with at least one GPT model deployed for chat completion. +We assume that you have already read the guidance above and signed up with the relevant provider, and obtained the required authentication credentials (API_KEY or token). In the case of Azure OpenAI, we assume you also have a valid deployment of an Azure OpenAI Service (endpoint) with at least one GPT model deployed for chat completion. The next step is to configure your **local environment variables** as follows: