From 79edb6bb56dd0ef59e5d148b28435bedd9b17197 Mon Sep 17 00:00:00 2001 From: Twest2 Date: Fri, 26 Jun 2026 08:36:45 -0500 Subject: [PATCH] Change model Ran into an issue with the previous model for having mllama archetecture so I changed it --- docs/getting_started_with_ai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started_with_ai.md b/docs/getting_started_with_ai.md index fe55b67..817d38d 100644 --- a/docs/getting_started_with_ai.md +++ b/docs/getting_started_with_ai.md @@ -25,7 +25,7 @@ That model is small enough to feel responsive on modest hardware, but still good If you want StepForge to send the screenshot itself to the model, pull a vision-capable model instead: ```bash -ollama pull llama3.2-vision +ollama pull gemma3 ``` That model can inspect pictures as well as text, so it is better when you want the AI to read the UI directly from the screenshot.