From f7bfc6c42270e49264db6347cd3bdd90aafea246 Mon Sep 17 00:00:00 2001 From: Pablo Nunes Date: Fri, 7 Feb 2025 19:44:10 +0000 Subject: [PATCH 1/2] Adding observation for Codespace in lesson 02 --- 02-SetupDevEnvironment/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/02-SetupDevEnvironment/readme.md b/02-SetupDevEnvironment/readme.md index 35f3cf00..40ea955f 100644 --- a/02-SetupDevEnvironment/readme.md +++ b/02-SetupDevEnvironment/readme.md @@ -6,8 +6,6 @@ --- -[![Watch the video](../images/02-videocover.jpg)](https://microsoft-my.sharepoint.com/:v:/p/brunocapuano/ERTkzBSAfKJEiLw2HLnzHnkBMEbpk17hniaVfr8lCm6how?e=gWOr33&nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0%3D) - #### What you'll learn in this lesson: - ⚡ How to setup a development environment with GitHub Codepaces @@ -103,7 +101,9 @@ From the **Dev container configuration** dropdown, select one of the following o **Option 2: C# (.NET) - Ollama**: Ollama allows you to run the demos without needing to connect to GitHub Models or Azure OpenAI. It includes all the core .NET development in addition to Ollama, but has a slower start-up time, five minutes on average. [Follow this guide](getting-started-ollama.md) if you want to use Ollama -You can leave the rest of the settings as they are. Click the **Create codespace** button to start the Codespace creation process. +> 💡**Tip** : When creating your codespace, please, use the region closest to you if you have the option in the menu. Using a region far away, can cause errors in the creation. + +Click the **Create codespace** button to start the Codespace creation process. ![Selecting your development container configuration](./images/select-container-codespace.png) From d112d4669c72458b677d57edfe77f17e2702420b Mon Sep 17 00:00:00 2001 From: Pablo Nunes Date: Fri, 7 Feb 2025 19:45:47 +0000 Subject: [PATCH 2/2] Adding video placeholder in lesson 02 --- 02-SetupDevEnvironment/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/02-SetupDevEnvironment/readme.md b/02-SetupDevEnvironment/readme.md index 40ea955f..0aafed88 100644 --- a/02-SetupDevEnvironment/readme.md +++ b/02-SetupDevEnvironment/readme.md @@ -28,6 +28,8 @@ Let's dive in and set up your development environment! 🏃‍♂️ ## Which AI service should I use for this course? +**INSERT: CHAT EXPLANATION VIDEO HERE** + We provide instructions for setting up your development environment with GitHub Models, Azure OpenAI, and Ollama. You can choose the one that best fits your needs. We recommend using GitHub Models for this course, but you can use any of the three services. Here's a quick rundown of the services: