LocalAI/examples/chatbot-ui
2023-04-30 00:31:28 +02:00
..
models feat: config files and SSE (#83) 2023-04-26 21:18:18 -07:00
docker-compose.yaml docs: add discord-bot example (#126) 2023-04-30 00:31:28 +02:00
README.md examples: correct typo in README (#103) 2023-04-27 17:14:38 +02:00

chatbot-ui

Example of integration with mckaywrigley/chatbot-ui.

Screenshot from 2023-04-26 23-59-55

Setup

# Clone LocalAI
git clone https://github.com/go-skynet/LocalAI

cd LocalAI/examples/chatbot-ui

# (optional) Checkout a specific LocalAI tag
# git checkout -b build <TAG>

# Download gpt4all-j to models/
wget https://gpt4all.io/models/ggml-gpt4all-j.bin -O models/ggml-gpt4all-j

# start with docker-compose
docker-compose up -d --build

Open http://localhost:3000 for the Web UI.