This is a simple example to run TinyAI on local machine. It uses Node.js, npm and gpt4all to run the code.
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.
- Clone the repository
git clone [email protected]:tinyai-id/tinyai-local.git;
cd tinyai-local;
- Install dependencies
npm install
- Run the app
npm start
- Hack the code
Change the code in index.js to your own code, and run it again.
MIT