Download RLAMA
Get started with RLAMA, the Retrieval-Augmented Local Assistant Model Agent. Follow the instructions below for your operating system.
Install RLAMA on MacOS
Make sure you have Ollama installed on your system before running this command.
curl -fsSL https://raw.githubusercontent.com/dontizi/rlama/main/install.sh | sh
Prerequisites
- Ollama (download here)
- llama3.2:3b model (or any other model you want to use) (
ollama run llama3.2:3b
)