docs/deployment/frameworks/chatbox.md
Chatbox is a desktop client for LLMs, available on Windows, Mac, Linux.
It allows you to deploy a large language model (LLM) server with vLLM as the backend, which exposes OpenAI-compatible endpoints.
Set up the vLLM environment:
pip install vllm
Start the vLLM server with the supported chat completion model, e.g.
vllm serve qwen/Qwen1.5-0.5B-Chat
Download and install Chatbox desktop.
On the bottom left of settings, Add Custom Provider
OpenAI API Compatiblehttp://{vllm server host}:{vllm server port}/v1/chat/completionsqwen/Qwen1.5-0.5B-ChatGo to Just chat, and start to chat: