Skip to content

alvaromagu/ia-chat

Repository files navigation

Description

Local-based chatbot that uses user's GPU throught WebGPU API to run the model. Made with react and web-llm

Installation

  1. Clone the repository
git clone git@github.com:alvaromagu/ia-chat.git
  1. Install dependencies
pnpm install
  1. Run the project
pnpm dev