A sample Semantic Kernel application built while following the SKDemo tutorial written by jeff on gettingstarted.ai.
- Update appsettings.json with your own values for Azure OpenAI:
{
"deployment": "<your deployment name here>",
"endpoint": "<your Azure OpenAI endpoint here>"
}
- Add a setting called "apiKey" to either appsettings.json or usersecrets.
- Build and run the code.