From the course: Azure OpenAI: Generative AI Models and How to Use Them
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
GitHub Copilot - Azure OpenAI Service Tutorial
From the course: Azure OpenAI: Generative AI Models and How to Use Them
GitHub Copilot
- [Instructor] A very interesting integration of Codex is called GitHub Copilot. It's a paid service that you need to enable via your GitHub account. GitHub Copilot is an extension that you can install in Visual Studio and Visual Studio Code. To give you an idea how that works, let's go into Visual Studio Code and go through some examples there. So I have a Python file open at the moment. This is a fast API that I've created, which have no functionality at all. So let's add an Hello World function. I start typing at app, and it immediately already gives me some ideas of what I could write. So this is already Copilot. Now I'm going to change this to Hello, and it's already again giving me some ideas of what I can add in my code. I click the tab button, and it'll add for me the whole line and return Hello World. So this is quite fast, right? Now, let's go into a more detailed example. What I would like to do is create…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.