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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user