Sign inSign up

vectorchai/chatbot-ui

By vectorchai

•Updated over 2 years ago

Chatbot-ui for local hosted model.

Image
0

2.1K

vectorchai/chatbot-ui repository overview

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.

Tag summary

Content type

Image

Digest

sha256:e36a57953…

Size

246.1 MB

Last updated

over 2 years ago

docker pull vectorchai/chatbot-ui