Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Chat Conversation

A web app that lets you watch two Llama 3.2 AI models have a live, real-time conversation with each other.

Features

  • Live Conversation: See two LLMs chat back and forth, streamed in real time.
  • WebSocket Updates: Instant updates to the browser as each message is generated.
  • Responsive UI: Modern, mobile-friendly interface.
  • Docker Support: Easily run with Docker and Docker Compose.
  • Ollama Integration: Uses Ollama for local LLM inference.

Getting Started

Prerequisites

  • Bun (for local development)
  • Docker (for containerized deployment)
  • Ollama (runs as a service, see below)

Local Development

  1. Install dependencies:

    bun install
  2. Start the Ollama service:

    docker run -d --name ollama -p 11434:11434 ollama/ollama
  3. Run the app:

    bun run start

    The app will be available at http://localhost:3000.

Using Docker Compose

  1. Start everything (Ollama + app):

    docker compose up --build

    This will start both the Ollama service and the app.

  2. Production:

    docker build -t llmc:latest .
    docker compose -f docker-compose.prod.yml up -d

DISCLAIMER: i let claude.ai and v0.dev implement the web app for me cuse i'm lazy xD, and i made this at 0am in 1h whilest lying in bed

About

a simple webapp where 2 llm's are talking

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages