/Chatonator

Semantic Kernel demo program using Ollama

Primary LanguageC#

Chatonator

Repo for testing Semantic Kernel C#.

Connectors.AI.Ollama is a simple library that provides a way to use free Ollama services instead of paid OpenAI services. Ollama must be run before running the demo by using the following command:

ollama serve

I am using mistral:7b model for the demo. The model must be installed before running the demo by using the following command:

ollama pull mistral:7b

Useful links