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)