Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/providers/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ The following models look like reasonable choices, but were found to **not** wor

## Setting up Ollama

1. **Download and Install Ollama:** Download the Ollama installer for your operating system from the [Ollama website](https://ollama.com/). Follow the installation instructions and *set the `OLLAMA_CONTEXT_LENGTH` environment variable* to prevent Ollama from truncating prompts. Make sure Ollama is running:
1. **Download and Install Ollama:** Download the Ollama installer for your operating system from the [Ollama website](https://ollama.com/). Follow the installation instructions and make sure Ollama is running:

```bash
OLLAMA_CONTEXT_LENGTH=131072 ollama serve
ollama serve
```

2. **Download a Model:** Once you've downloaded a model, you can use Kilo Code offline with that model. To download a model, open your terminal and run:
Expand Down