Chatbot-ui for local hosted model.
2.1K
Chatbot UI for local hosted model using ScaleLLM.
You can start it with the following command:
docker run -it --net=host \
-e OPENAI_API_HOST=http://127.0.0.1:8080 \
-e OPENAI_API_KEY=YOUR_API_KEY \
docker.io/vectorchai/chatbot-ui:latest
A local Chatbot UI is also available on localhost:3000.
Content type
Image
Digest
sha256:e36a57953…
Size
246.1 MB
Last updated
over 2 years ago
docker pull vectorchai/chatbot-ui