Change model

Ran into an issue with the previous model for having mllama archetecture so I changed it
This commit is contained in:
2026-06-26 08:36:45 -05:00
parent a971ff870f
commit 79edb6bb56
+1 -1
View File
@@ -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: If you want StepForge to send the screenshot itself to the model, pull a vision-capable model instead:
```bash ```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. 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.