Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feaselkl/Integrate-OpenAI-into-Your-Code-with-Semantic-Kernel
Slides and demo contents for my talk entitled Integrate OpenAI into Your Code with Semantic Kernel
https://github.com/feaselkl/Integrate-OpenAI-into-Your-Code-with-Semantic-Kernel
Last synced: about 1 month ago
JSON representation
Slides and demo contents for my talk entitled Integrate OpenAI into Your Code with Semantic Kernel
- Host: GitHub
- URL: https://github.com/feaselkl/Integrate-OpenAI-into-Your-Code-with-Semantic-Kernel
- Owner: feaselkl
- License: gpl-3.0
- Created: 2023-12-04T01:09:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-04T01:09:14.000Z (about 1 year ago)
- Last Synced: 2024-08-01T13:22:36.712Z (4 months ago)
- Language: C#
- Size: 11.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-semantickernel - Integrate OpenAI into Your Code with Semantic Kernel
README
# Integrate OpenAI into Your Code with Semantic Kernel
This repository provides the supporting code for my presentation entitled [Integrate OpenAI into Your Code with Semantic Kernel](https://www.catallaxyservices.com/presentations/integrate-openai-into-your-code-with-semantic-kernel/).
## Running the Code
Review the **Cheat Sheets** folder for instructions on running each of the demos. You will need two environment variables set up:
- `AzureOpenAIEndpoint` -- The full URL of your Azure OpenAI endpoint. I recommend using a region like East US 2 or West US, as they have support for GPT-4. Also, as of December 2023, you will need to be whitelisted into the Azure OpenAI program for your use case.
- `AzureOpenAIKey` -- One of the access keys for your Azure OpenAI service.If you have an OpenAI account rather than an Azure OpenAI account, note that you can change the code to support this but that there may be minor code differences.