mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-29 15:04:59 +00:00
examples: correct typo in README (#103)
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
c73ba91a66
commit
0b000dd043
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ cd LocalAI/examples/chatbot-ui
|
||||||
wget https://gpt4all.io/models/ggml-gpt4all-j.bin -O models/ggml-gpt4all-j
|
wget https://gpt4all.io/models/ggml-gpt4all-j.bin -O models/ggml-gpt4all-j
|
||||||
|
|
||||||
# start with docker-compose
|
# start with docker-compose
|
||||||
docker compose up -d --build
|
docker-compose up -d --build
|
||||||
```
|
```
|
||||||
|
|
||||||
Open http://localhost:3000 for the Web UI.
|
Open http://localhost:3000 for the Web UI.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue