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 <noreply@anthropic.com>
This commit is contained in:
2026-08-07 14:51:58 +02:00
co-authored by Claude
parent e2acb7de39
commit 3de96fe070
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)