Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walidamro-msft/SemanticKernelLearningLab
This is a lab to learn Semantic Kernel and Azure Open AI Services
https://github.com/walidamro-msft/SemanticKernelLearningLab
Last synced: about 1 month ago
JSON representation
This is a lab to learn Semantic Kernel and Azure Open AI Services
- Host: GitHub
- URL: https://github.com/walidamro-msft/SemanticKernelLearningLab
- Owner: walidamro-msft
- License: mit
- Created: 2023-08-15T22:54:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T17:20:01.000Z (about 1 year ago)
- Last Synced: 2024-08-01T13:22:16.760Z (4 months ago)
- Language: C#
- Size: 793 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-semantickernel - SemanticKernelLearningLab
README
# SemanticKernelLearningLab
This is a lab to learn Semantic Kernel and Azure Open AI Services.## Prerequisites
* Microsoft Visual Studio Community/Pro/Enterprise 2022 (17.7.1 or higher) https://visualstudio.microsoft.com/vs/community/
* You can use Visual Studio Code instead; if you do not have Visual Studio on your computer: https://code.visualstudio.com/download
* If you have GitHub Codespaces, please fork the repo and open it in GitHub codespaces.
* .NET 7 SDK (.NET 6 would works as well): https://dotnet.microsoft.com/en-us/download/dotnet/7.0
* Azure Open AI Service with a Deployment with the following model: gpt-35-turbo-16k
* Azure Bing Search Service## Screenshot for the Azure OpenAI Deployment that you need for this demo:
![image](https://github.com/walidamro-msft/SemanticKernelLearningLab/assets/60905923/af609cbf-5ceb-4244-b9bc-f96f5b769888)