From a67946192439d46d8c5a3f13da4439d15a943568 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 2 May 2023 19:24:25 +0200 Subject: [PATCH] Update examples/chatbot-ui/README.md --- 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 1606bc5a..93459bcc 100644 --- a/examples/chatbot-ui/README.md +++ b/examples/chatbot-ui/README.md @@ -24,7 +24,7 @@ docker-compose up -d --build ## Pointing chatbot-ui to a separately managed LocalAI service -If you want to use the [chatbot-ui example](https://github.com/go-skynet/LocalAI/tree/master/examples/chatbot-ui) with an externally managed LocalAI service, you can alter the `Dockerfile` so that it looks like the below. You will notice the file is smaller, because we have removed the section that would normally start the LocalAI service. Take care to update the IP address (or FQDN) that the chatbot-ui service tries to access (marked `<>` below): +If you want to use the [chatbot-ui example](https://github.com/go-skynet/LocalAI/tree/master/examples/chatbot-ui) with an externally managed LocalAI service, you can alter the `docker-compose` file so that it looks like the below. You will notice the file is smaller, because we have removed the section that would normally start the LocalAI service. Take care to update the IP address (or FQDN) that the chatbot-ui service tries to access (marked `<>` below): ``` version: '3.6'