260308:1208 20260308:1200 fix n8n workflow add model
Build and Deploy / deploy (push) Successful in 1m9s

This commit is contained in:
admin
2026-03-08 12:08:10 +07:00
parent d3428f73b5
commit ec5f83dd4c
3 changed files with 28 additions and 2 deletions
@@ -49,7 +49,7 @@
```bash
# แนะนำ: llama3.2:3b (เร็ว, VRAM ~3GB, เหมาะ Classification) หรือ ollama run llama3.2:3b
ollama pull llama3.2:3b
ollama pull qwen2.5:7b-instruct-q4_K_M
# Fallback: mistral:7b-instruct-q4_K_M (แม่นกว่า, VRAM ~5GB)
# ollama pull mistral:7b-instruct-q4_K_M
```