In this episode, Carl and Jeff start writing their first application with AI. This is a simple chat application that runs at the console, and the guys have a little fun with the LLM.
YouTube video:
Code it with AI Home Page: https://codeitwithai.com
In order to use this sample, you will need to sign in to GitHub and request a Personal Access Token to use the free GitHub models.
Explore the GitHub Models on the marketplace
Configure the user secrets for this sample using this code:
dotnet user-secrets init
dotnet user-secrets set token <YOUR TOKEN>Get started building apps with AI for .NET developers in the Microsoft Learn docs
The Microsoft.Extensions.AI AzureAIInference NuGet package