From the course: Creating AI Applications with Python and GitHub Models

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

What is Github Models?

What is Github Models?

- [Instructor] One of the hassles when dealing with different AI model providers is having to log in with each one. This usually means juggling multiple API keys. Now it's really easy to try things out with GitHub models since they're linked to your GitHub account. So if you're working in a codespace from a GitHub repository that uses these models, you can just get started right away without any extra login steps. You simply start up the code and it connects automatically to the model that you selected. Now once you've linked your local editor like VS Code to GitHub, you can begin working with the models immediately. Now if your editor isn't linked yet, no worries, just create a GitHub personal access token in your settings and you'll be all set to access the models. So let me show you how to do that really quickly. So we're here at github.com/marketplace. I'm going to go ahead and select Models, and I'm going to just pick one model here, which is OpenAI GPT-4o. I'm going to head over…

Contents