Skip to content

spraddles/chat-gpt-bot

Repository files navigation

chat-gpt-bot

An interactive chat bot using a local GPT model

Instructions

  1. start your docker daemon:
    e.g. Docker Desktop, or Orbstack, etc.

  2. build the container:
    npm run docker:build

  3. start the docker services:
    npm run docker

  4. open the webpage & start using the GPT:
    http://0.0.0.0:5173