Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 447 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 447 Bytes

gpt4all-typescript-sample

Sample to setup gpt4all with TypeScript. Showcase for a simple chat in your command line.

Setup

npm install

Run project

To run the project, first you should activate the TypeScript watch:

npm run watch

Afterwards you can execute the sample from the compiled JS sources in the ./dist folder:

npm run start
# or
node ./dist/index.js