Skip to content

Run TinyAI on your machine, using gpt4all and mistral-7b

Notifications You must be signed in to change notification settings

TinyAI-ID/tinyai-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Run TinyAI on Local Machine

This is a simple example to run TinyAI on local machine. It uses Node.js, npm and gpt4all to run the code.

Installation

PS: First installation may take a while, because it needs to download the model. But the next time you run it, it will be faster.

  1. Clone the repository
git clone [email protected]:tinyai-id/tinyai-local.git;
cd tinyai-local;
  1. Install dependencies
npm install
  1. Run the app
npm start
  1. Hack the code

Change the code in index.js to your own code, and run it again.

License

MIT

About

Run TinyAI on your machine, using gpt4all and mistral-7b

Topics

Resources

Stars

Watchers

Forks