From 176863be55b3c394db57cf06c4bbcacb3890bda4 Mon Sep 17 00:00:00 2001 From: "martin.legrand" Date: Sun, 14 Sep 2025 18:22:18 +0200 Subject: [PATCH] fix : listen issue of ollama --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c63f6e1..988fbd1 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,15 @@ To run LLMs locally, you'll need sufficient hardware. At a minimum, a GPU capabl **Setup your local provider** -Start your local provider, for example with ollama: +Start your local provider (for example with ollama): + +Unless you wish to to run AgenticSeek on host (CLI mode), export or set the provider listen address: + +```sh +export OLLAMA_HOST=0.0.0.0:11434 +``` + +Then, start you provider: ```sh ollama serve