From 3de96fe070382658b287ce8ac92fada9adae8e56 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Fri, 7 Aug 2026 14:51:58 +0200 Subject: [PATCH] docs: correct Ollama model references to gemma4:e2b The deployed agent model is gemma4:e2b; these references still named mistral-nemo, so the setup and troubleshooting steps checked for a model that is no longer expected to be present. Co-Authored-By: Claude --- AGENTS.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 5ad104f..d446b1d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -270,7 +270,7 @@ echo $WEBBER_API_URL # Should be http://localhost:8095 curl http://192.168.86.149:11434/api/tags # Check model is available -curl http://192.168.86.149:11434/api/tags | grep mistral-nemo +curl http://192.168.86.149:11434/api/tags | grep gemma4 ``` ### Tests failing diff --git a/README.md b/README.md index 8ccb88d..b4c8839 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ This project uses prefixed tags for independent release cycles: ## Requirements - Python 3.12+ -- Ollama running with `mistral-nemo:latest` model +- Ollama running with `gemma4:e2b` model - Docker (for production deployment) - SearXNG (optional, for web search)