TinyAI-ID / tinyai-local

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

Home Page:https://tinyai.id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

https://tinyai.id


Languages

Language:JavaScript 100.0%