Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 600 Bytes

File metadata and controls

15 lines (10 loc) · 600 Bytes

Chatbrew

Chatbrew is a full-stack chat sample that combines modern technologies to deliver a ChatGPT-like experience.

High-Level Overview

  • Backend API:
    The backend is built with Express and interacts with an LLM using Openai SDK.

  • AI & Chat Capabilities:

    • Uses Ollama (via OllamaSharp) for local inference, enabling context-aware responses.
    • In production, the application switches to OpenAI for LLM capabilities.
  • Frontend UI:
    Built with React, the user interface offers a modern and interactive chat experience.