examples: correct typo in README

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2023-04-27 16:23:58 +02:00
parent c73ba91a66
commit 161c0c68d6

View file

@ -19,7 +19,7 @@ cd LocalAI/examples/chatbot-ui
wget https://gpt4all.io/models/ggml-gpt4all-j.bin -O models/ggml-gpt4all-j
# start with docker-compose
docker compose up -d --build
docker-compose up -d --build
```
Open http://localhost:3000 for the Web UI.