Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 729 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 729 Bytes

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