From the course: Developing with gpt-oss Models
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Vibe coding with gpt-oss and continue - ChatGPT Tutorial
From the course: Developing with gpt-oss Models
Vibe coding with gpt-oss and continue
- AI-powered developer tools can really boost our productivity. They do present issues when it comes to sending sensitive data over an API to some of these AI model providers. They can also get pretty pricey. Luckily, if you have access to an open-weight model, you can use it to power your software development. Let me show you what I mean. So here I am in Visual Studio Code, and you'll want to make sure you have a pretty recent version of Visual Studio Code, as well as GitHub Copilot installed. And if you have a more recent version of Copilot, what you can do is here in the menu where we select models, you can go to manage models and choose the provider, Ollama. Now you'll be able to select which models are available to you, and I like to choose gpt-oss-20b. I also recommend checking out Devstral, as well as Qwen3-Coder. But for this course, we'll be using gpt-oss-20b. Now you can select the model in the model menu,…