"vscode:/vscode.git/clone" did not exist on "c46b0cd0af778e5678c52347c5b4957c1e8a0715"
Unverified Commit c69bf4ee authored by Reid's avatar Reid Committed by GitHub
Browse files

fix: hyperlink (#16778)


Signed-off-by: default avatarreidliu41 <reid201711@gmail.com>
Co-authored-by: default avatarreidliu41 <reid201711@gmail.com>
parent d27ea940
......@@ -2,7 +2,7 @@
# 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.
......@@ -10,7 +10,7 @@
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 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment