Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit aa0f4fe

Browse files
authored
Merge pull request #124 from Kilo-Org/chrarnoldus-patch-4
2 parents 18a5616 + 022dcd8 commit aa0f4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/providers/ollama.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ The following models look like reasonable choices, but were found to **not** wor
111111

112112
## Setting up Ollama
113113

114-
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:
114+
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:
115115

116116
```bash
117-
OLLAMA_CONTEXT_LENGTH=131072 ollama serve
117+
ollama serve
118118
```
119119

120120
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:

0 commit comments

Comments
 (0)