From c600a4285050f2245b66e092c94550bce18214ef Mon Sep 17 00:00:00 2001 From: Naved Merchant <14171946+navedmerchant@users.noreply.github.com> Date: Thu, 6 Aug 2026 05:28:21 +0000 Subject: [PATCH] docs(ollama): clarify context management behavior --- docs/providers/ollama.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/ollama.md b/docs/providers/ollama.md index 7100125a..212c80b8 100644 --- a/docs/providers/ollama.md +++ b/docs/providers/ollama.md @@ -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**