Skip to content

Thodd/gpt4all-typescript-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample to setup gpt4all with TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published