From f3099039c4ec4ebc25ed234213a2947f0ee0ef8b Mon Sep 17 00:00:00 2001 From: Nour Bouzid Date: Thu, 4 Apr 2024 15:21:40 +0200 Subject: [PATCH] add table of contents + resources --- instructions/day2/Chat/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/instructions/day2/Chat/README.md b/instructions/day2/Chat/README.md index 46579d50..1da3dfc8 100644 --- a/instructions/day2/Chat/README.md +++ b/instructions/day2/Chat/README.md @@ -11,13 +11,26 @@ In this challenge you will learn how to: - Pass the API key to your app using GitHub Secrets - Start chatting with model powered assistant in the app +## Table Of Contents + +1. [Getting Started](#getting-started) +2. [Create OpenAI Azure service instance](#create-openai-azure-service-instance) +3. [Deploying openAI Large Language Model](#deploying-openai-large-language-model) +4. [Azure OpenAI credentials](#azure-openai-credentials) +5. [Run Frontend Pipeline again](#run-frontend-pipeline-again) + +### Further informative resources + +- [Azure OpenAI Documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/) + + ## Getting started - Navigate to your **Resource Group** we created on Day 1 during the previous challenges again - Create a new **Resource** and search for **Azure OpenAI** ![Screenshot of how to create a resource](./images/resource-azure-openai.png) -## Create OpenAI Azure service +## Create OpenAI Azure service instance - Select **Azure OpenAI** and hit **Create**. - Your subscription and resource group should already be set. Select **westeurope** as region and **Standard S0**.