Some simple examples of various tasks using the Microsoft.Extensions.AI NuGet package, to accompany articles on https://markheath.net
Set up your API key
dotnet user-secrets init
dotnet user-secrets set "AzureOpenAI:ApiKey" "your-api-key-here"Some simple examples of various tasks using the Microsoft.Extensions.AI NuGet package, to accompany articles on https://markheath.net
Set up your API key
dotnet user-secrets init
dotnet user-secrets set "AzureOpenAI:ApiKey" "your-api-key-here"