Skip to content

A minimalist web interface enabling real-time chatting with a language model executed locally in the browser.

Notifications You must be signed in to change notification settings

pablitxn/local-gpt

Repository files navigation

Local GPT

This project is a simple web-based chat application utilizing an model running entirely in the browser.

Features

  • Chat interface to interact with the ChatGPT model.
  • Fully client-side model execution using Web Workers.

Installation

To run this project locally:

  1. Clone the repository:
git clone https://github.com/pablitxn/local-gpt.git
  1. Navigate into the directory:
cd local-gpt
  1. Serve the project using a local server:
npx serve

Alternatively, you can use any other static file server of your choice.

About

A minimalist web interface enabling real-time chatting with a language model executed locally in the browser.

Topics

Resources

Stars

Watchers

Forks