Update README.md

This commit is contained in:
LRVT 2024-04-23 12:54:28 +02:00 committed by GitHub
parent c6942a02f6
commit a6c2acd44a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
````