Skip to content

BlazorGPT is a Blazor Server application that uses Semantic Kernel plus OpenAI, Azure OpenAI and Ollama for inference and embeddings.

License

Notifications You must be signed in to change notification settings

magols/BlazorGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazorGPT

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.

GitHub

Installation instructions

Features

  • GUI models config for chat and embeddings

  • Chat with GPT-3.5 or GPT-4, Ollama. Edit and restart chats from previous steps.

  • Define your own custom system prompts System prompt dropdown grid

  • QuickProfiles for quick access to your favorite text snippet shortcuts

  • Scripts with mutiple steps for automating a conversation

  • Branching of conversations into side conversations with the same context

  • Select which interceptors to run in pipeline

  • Select which plugins to run in pipeline

  • Manage chat history

About

BlazorGPT is a Blazor Server application that uses Semantic Kernel plus OpenAI, Azure OpenAI and Ollama for inference and embeddings.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published