From the course: Creating Agents with Python and the AI Toolkit for Visual Studio Code
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Find a model for your scenario
From the course: Creating Agents with Python and the AI Toolkit for Visual Studio Code
Find a model for your scenario
With so many models available, you may be wondering how did you go about choosing a model for your agent scenario? Fortunately, we have a solution that could help you out. If you're unfamiliar with GitHub Copilot, I'd recommend giving it a try. GitHub Copilot is a coding assistant that's available within Visual Studio Code. You can access it by clicking this toggle chat icon to the right of the search bar, and that'll open up the GitHub Copilot chat window. You can expand this window by selecting the square icon with the four corners, and that'll expand the window itself. Should you want to go back to more of the sidebar view, you can click that icon once again and it'll bring back everything that you had before in the editor. I'm going to keep mine open so that way we can have a bit more view of what's happening in here. Within this window, you can chat directly with GitHub Copilot by submitting a prompt. But to get assistance with choosing a model for your given scenario, what…
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.