Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 387 Bytes

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