This repository contains a starter kit for building applications with micro-agi
and AI capabilities using ai-jsx
and Ollama.
These instructions will help you get the project up and running on your local machine for development and testing purposes.
You need to have Bun installed on your machine to run this project.
You also need to have Ollama installed on your machine. Install mistral
model.
Follow these steps to set up your development environment:
- Clone the repository to your local machine:
git clone https://github.com/microchipgnu/micro-agi-starter.git
- Navigate to the cloned directory:
cd your-repo-name
- Install the dependencies:
bun install
To run the application, use the following command:
bun run index.tsx
To run the Ollama, use the following command:
ollama serve
This will start the application on your local machine.