Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/deployment/frameworks/open-webui.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

# Open WebUI

1. Install the (Docker)[https://docs.docker.com/engine/install/]
1. Install the [Docker](https://docs.docker.com/engine/install/)

2. Start the vLLM server with the supported chat completion model, e.g.

```console
vllm serve qwen/Qwen1.5-0.5B-Chat
```

1. Start the (Open WebUI)[https://github.com/open-webui/open-webui] docker container (replace the vllm serve host and vllm serve port):
1. Start the [Open WebUI](https://github.com/open-webui/open-webui) docker container (replace the vllm serve host and vllm serve port):

```console
docker run -d -p 3000:8080 \
Expand Down