> For the complete documentation index, see [llms.txt](https://doctor-mouse.gitbook.io/chatbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doctor-mouse.gitbook.io/chatbot/setting-up-ollama.md).

# Setting up Ollama

\
**Detailed Instructions can be found here:** [Ollama](https://ollama.com)\
Paste the command into your Terminal.\
\
\
Windows:

```powershell
irm https://ollama.com/install.ps1 | iex
```

\
MacOS/Linux:

```bash
curl -fsSL https://ollama.com/install.sh | sh
```

***

### Starting Ollama and getting a AI (Linux)

To pull a AI to use in Minecraft, search on Google on how to pull a Ollama AI. Or just type in the Terminal:&#x20;

```bash
ollama pull qwen2.5:0.5b
```

To start Ollama open the Terminal and type in:

```bash
ollama serve
```

***

### Starting Ollama and getting a AI (Windows + MacOS)

[https://www.google.com](https://www.google.com/)
