From 0b000dd0434d0825f21553116f143639833438aa Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Thu, 27 Apr 2023 17:14:38 +0200 Subject: [PATCH] examples: correct typo in README (#103) Signed-off-by: deadprogram --- examples/chatbot-ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chatbot-ui/README.md b/examples/chatbot-ui/README.md index ff181cb..75fd073 100644 --- a/examples/chatbot-ui/README.md +++ b/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.