examples: correct typo in README (#103)

Signed-off-by: deadprogram <ron@hybridgroup.com>
mudler-patch-1
Ron Evans 1 year ago committed by GitHub
parent c73ba91a66
commit 0b000dd043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/chatbot-ui/README.md

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

Loading…
Cancel
Save