This project/repo is to explore the Semantic Kernel SDK and OpenAI/Supported Model using GitHub Models.
Most of the steps can be followed by MS Learning as below:
- Install the nuget packages as below:
dotnet add package Microsoft.Extensions.Configuration.UserSecrets --version 9.0.1
dotnet add package Microsoft.SemanticKernel --version 1.33.0
dotnet add package Microsoft.SemanticKernel.Plugins.Core --version 1.33.0-alpha
dotnet add package Microsoft.SemanticKernel.PromptTemplates.Handlebars --version 1.33.0- And build the project or rebuild the solution:
dotnet build- To access the above GitHub Models, you need to create
a GitHub PAT (Generate a GitHub Personal Access Token (PAT))
and Set in Environment Variable on local machine in using commands as below:
dotnet user-secrets init
dotnet user-secrets set "GH_PAT" "< PAT >"- In the terminal, run the project with the command:
dotnet run- Introduction to Semantic Kernel
- Develop generative AI apps with Azure OpenAI and Semantic Kernel
- MSLearn-Develop-AI-Agents-with-Azure-OpenAI-and-Semantic-Kernel-SDK
👤 Tarak Chandra Sarkar
- Github: @tarak-chandra-sarkar
- LinkedIn: @tarak-chandra-sarkar
N/A
Give a ⭐️ if this project helped you!
Copyright © 2025 Tarak Chandra Sarkar.
This project is MIT licensed.