Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjirsa/factman
gettingstarted.ai Semantic Kernel tutorial sample app
https://github.com/pjirsa/factman
azure-openai openai semantickernel
Last synced: 14 days ago
JSON representation
gettingstarted.ai Semantic Kernel tutorial sample app
- Host: GitHub
- URL: https://github.com/pjirsa/factman
- Owner: pjirsa
- Created: 2024-02-13T18:47:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T21:38:18.000Z (9 months ago)
- Last Synced: 2024-10-14T13:45:50.377Z (30 days ago)
- Topics: azure-openai, openai, semantickernel
- Language: C#
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![.NET](https://github.com/pjirsa/Factman/actions/workflows/dotnet.yml/badge.svg)](https://github.com/pjirsa/Factman/actions/workflows/dotnet.yml)
# Factman
A sample Semantic Kernel application built while following the [SKDemo](https://www.gettingstarted.ai/using-semantic-kernel-add-ai-capabilities-to-csharp-app-microsoft-part-1/) tutorial written by [jeff](https://twitter.com/gswithai) on gettingstarted.ai.## Run it
1. Update [appsettings.json](./appsettings.json) with your own values for Azure OpenAI:
```JSON
{
"deployment": "",
"endpoint": ""
}
```
2. Add a setting called "apiKey" to either appsettings.json or usersecrets.
1. Build and run the code.