mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 13:15:01 +08:00
[Misc] add chatbox integration (#17828)
Signed-off-by: reidliu41 <reid201711@gmail.com> Co-authored-by: reidliu41 <reid201711@gmail.com>
This commit is contained in:
parent
f50dcb7c21
commit
53d0cb7423
BIN
docs/source/assets/deployment/chatbox-chat.png
Normal file
BIN
docs/source/assets/deployment/chatbox-chat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
BIN
docs/source/assets/deployment/chatbox-settings.png
Normal file
BIN
docs/source/assets/deployment/chatbox-settings.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
36
docs/source/deployment/frameworks/chatbox.md
Normal file
36
docs/source/deployment/frameworks/chatbox.md
Normal file
@ -0,0 +1,36 @@
|
||||
(deployment-chatbox)=
|
||||
|
||||
# Chatbox
|
||||
|
||||
[Chatbox](https://github.com/chatboxai/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.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Setup vLLM environment
|
||||
|
||||
## Deploy
|
||||
|
||||
- Start the vLLM server with the supported chat completion model, e.g.
|
||||
|
||||
```console
|
||||
vllm serve qwen/Qwen1.5-0.5B-Chat
|
||||
```
|
||||
|
||||
- Download and install [Chatbox desktop](https://chatboxai.app/en#download).
|
||||
|
||||
- On the bottom left of settings, Add Custom Provider
|
||||
- API Mode: `OpenAI API Compatible`
|
||||
- Name: vllm
|
||||
- API Host: `http://{vllm server host}:{vllm server port}/v1`
|
||||
- API Path: `/chat/completions`
|
||||
- Model: `qwen/Qwen1.5-0.5B-Chat`
|
||||
|
||||
:::{image} /assets/deployment/chatbox-settings.png
|
||||
:::
|
||||
|
||||
- Go to `Just chat`, and start to chat:
|
||||
|
||||
:::{image} /assets/deployment/chatbox-chat.png
|
||||
:::
|
||||
@ -6,6 +6,7 @@
|
||||
anything-llm
|
||||
bentoml
|
||||
cerebrium
|
||||
chatbox
|
||||
dstack
|
||||
helm
|
||||
lws
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user