robvet / semantic-kernel-notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(Inspired by Mr Maeda's Cozy AI Kitchen. See more examples cooked in the Cozy AI Kitchen here.)

Getting Started

You'll need to have Visual Studio Code (VS Code) installed on your computer with .NET 7. Then, you'll need to install a special extension that lets you run Jupyter notebooks within VS Code. Lastly, you can explore AI driven agenda crafting by stepping through the Agenda Crafting notebook after you've installed your OpenAI or Azure OpenAI key.

Step 1: Set up your environment for running the .C# notebooks

  1. Install .NET 7
  2. Install Visual Studio Code (VS Code)
  3. Launch VS Code and install the "Polyglot" extension.

Step 2: Install your OpenAI or Azure OpenAI key

Go to the 1-start-here notebook to set your credentials so that Semantic Kernel knows how to access your OpenAI or Azure OpenAI API key.

Step 3: Now go ahead and run any of the C# notebooks

Available AI trip plans and itineries:

About

License:MIT License


Languages

Language:Jupyter Notebook 64.3%Language:C# 35.7%