From e47d44ddc4c2efcb754022b26f90063ac5702d0b Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:47:32 +0300 Subject: [PATCH] ollama: add information to description (#21993) --- pages/common/ollama.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ollama.md b/pages/common/ollama.md index 6e535cfdde..a6bc8e63e9 100644 --- a/pages/common/ollama.md +++ b/pages/common/ollama.md @@ -8,7 +8,7 @@ `ollama serve` -- Run a model and chat with it: +- Run a model and chat with it (will automatically download the model if it's not downloaded): `ollama run {{model}}`