From a6c2acd44a4d1acca6437717d02d9390fb665041 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:54:28 +0200 Subject: [PATCH] Update README.md --- examples/ollama-ui/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ollama-ui/README.md b/examples/ollama-ui/README.md index 70ae4d5..e01b981 100644 --- a/examples/ollama-ui/README.md +++ b/examples/ollama-ui/README.md @@ -6,13 +6,13 @@ # Notes -You should spawn ollama first and download the [respective LLM models](https://ollama.com/library): +You can spawn ollama first and then download the [respective LLM models](https://ollama.com/library) via docker exec. Alternatively, spawn the whole stack directly and download LLM models within Open WebUI using a browser. ```` # spawn ollama docker compose up -d ollama -# download an llm model +# download an llm model via docker exec docker exec ollama ollama run llama3:8b ````