Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 3.31 KB

File metadata and controls

67 lines (42 loc) · 3.31 KB

Challenge 00 - Prerequisites - Ready, Set, GO!

Introduction

Thank you for participating in the OpenAI & Semantic Kernel Fundamentals. Before you can workshop, you will need to set up some prerequisites.

Description

In this challenge, you will set up the necessary prerequisites and environment to complete the rest of the workshop.

Access Azure AI Foundry

You will need an Azure subscription to complete this workshop. If you don't have one, choose one of the following options:

  • Azure Subscription

  • Azure Passes: If your workshop group has access to an Azure Pass, you can utilize it to gain access to Azure AI Foundry and other necessary Azure resources for this workshop. Please see your instructor or event organizer for details on how to redeem your Azure Pass.

Development Environment

You will need a development environment to complete the challenges. You need to set up a local development environment on your workstation.

Use Local Workstation

Using your local workstation is another option to complete the challenges. You will need to set up the necessary tools and resources on your local workstation to complete the challenges and will need to clone this Git Repository to your local workstation.

Install the following tools on your Local Workstation:

💡 Note: GitHub Copilot is a great tool to help you write code faster. You can install the GitHub Copilot Extension in Visual Studio Code. We highly recommend you install this extension to help you complete the challenges.

If you do not have GitHub Copilot, you can still complete the challenges. However you can start a free trial of GitHub Copilot by following the instructions here.

Clone the resources to your Local Workstation

From a directory where you want to store the resources, clone the repository. You can do this by running the following command in your terminal or command prompt:

git clone https://github.com/microsoft/ai-developer.git

The rest of the challenges will refer to the relative paths inside the Git Repository where you can find the various resources to complete the challenges.

Success Criteria

  • Verify that you have Visual Studio Code with Python extension installed.

  • Verify you have the following files & folders locally:

    ├─challenges
      ├─ python
         └──src
            └───plugins
            └───workitems
            └───chat.py
            └───app.py
            └───requirements.txt