A Blazor Server chat Razor class library and application that uses Semantic Kernel together with the GPT chat completion and embeddings endpoints available from both OpenAI and MS Azure OpenAI. Local model support is provided through Ollama.
- Create and manage multiple chat sessions with history.
- Define your own custom system prompts and switch easily between them.
- QuickProfiles for quick access to your favorite text snippet shortcuts.
- Scripts with multiple steps for automating a sequence of steps in a conversation.
- Branch conversations into side conversations sharing the previous context. Inspired by Git.
- Restart a conversation from a previous step.
- Customize the chat experience with middleware and filters.
- Select Semantic Kernel plugins from GUI with the PluginsInterceptor. Mix semantic (text) and native (code) functions.
Extensible. Create your own plugins in the form of IInterceptors that intercepts the chat messages and modify them before they are sent to the API.