Skip to content
Draft
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
2 changes: 1 addition & 1 deletion docs/providers/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Zoo Code supports running models locally using Ollama. This provides privacy, of
3. **Configure the Model:** Configure your model's context window in Ollama and save a copy.

:::info Default Context Behavior
**Zoo Code automatically defers to the Modelfile's `num_ctx` setting by default.** When you use a model with Ollama, Zoo Code reads the model's configured context window and uses it automatically. You don't need to configure context size in Zoo Code settings - it respects what's defined in your Ollama model.
**Zoo Code automatically defers to the Modelfile's `num_ctx` setting by default.** When you use a model with Ollama, Zoo Code reads the model's configured context window and uses it for context management, including when deciding when to condense long tasks. You don't need to configure context size in Zoo Code settings - it respects what's defined in your Ollama model.
:::

**Option A: Interactive Configuration**
Expand Down
Loading