Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 729 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 729 Bytes

.NET

Factman

A sample Semantic Kernel application built while following the SKDemo tutorial written by jeff on gettingstarted.ai.

Run it

  1. Update appsettings.json with your own values for Azure OpenAI:
{
  "deployment": "<your deployment name here>",
  "endpoint": "<your Azure OpenAI endpoint here>"
}
  1. Add a setting called "apiKey" to either appsettings.json or usersecrets.
  2. Build and run the code.