From 4b927bfa61eac585f99deaaa1932bef7f1788649 Mon Sep 17 00:00:00 2001 From: Anders Holck Date: Thu, 9 Apr 2026 09:17:50 +0200 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb8eaaf..440b8e3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You don't interact with it. You watch it work. ```bash # 1. Make sure Ollama is running with a model loaded -ollama run qwen2.5-coder:14b +ollama run gemma4:e4b # 2. Set up your project folder mkdir my-project && cd my-project