/privategpt-js

Primary LanguageJavaScriptApache License 2.0Apache-2.0

PrivateGPT

Work in progress GitHub

Contents

How does it works

Training

The model comes with trained with capivara.txt by default. To use your data simply add the file to ./src/trainingData/ directory and then run the command below:

node ./src/utils/ingest.js ./src/trainingData/<your-file>

After the ingest, run the app:

npm start

Demo

soon

How to run

Clone:

git clone git@github.com:ashtrindade/privategpt-js.git

Install dependĂȘncies:

npm install

Execute:

docker-compose up --build