fix model

This commit is contained in:
Thales Maciel 2026-03-05 15:44:10 -03:00
parent 11d6f4bcb4
commit ef0ddeaa11

View file

@ -1,6 +1,6 @@
PYTHON ?= uv run python
OLLAMA_BASE_URL ?= http://localhost:11434/v1
OLLAMA_MODEL ?= llama:3.2-3b
OLLAMA_MODEL ?= llama3.2:3b
.PHONY: setup lint format typecheck test check demo ollama ollama-demo run-server install-hooks