Install Ollama
Step 1: Get Ollama on Your Computer
First, you need to install Ollama. This is the free tool that runs and manages AI models on your computer.
Follow the instructions on the Ollama website to complete the installation. Once it's running, you are ready to add your first model.
Step 2: Add a Local AI Model
Choosing and adding an AI model. This involves typing a simple command. Don't worry, we'll walk you through it.
1. Find a Model You Want
Go to the Ollama Library to browse the models you can use. You just need to remember the model's name (like mistral or llama3).
2. Open Your Computer's Command Tool
This is a simple app for text commands.
- On Windows: Open the Start Menu and search for Terminal or Command Prompt.
- On macOS: Go to Applications > Utilities and open Terminal.
3. Type the Download Command
In the terminal window, type ollama pull
followed by the name of the model you chose.
For example, to download the popular DeepSeek R1 model, you would type this and press Enter:
ollama pull deepseek-r1
Ollama will start downloading the model. This can take a few minutes, depending on the model's size and your internet connection.
Once the download is finished, the new model will automatically appear in KamuAI. You can start chatting with it right away