From fd2f84f468f888970e72f87c8ee86c73a122537f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=90=ED=9D=AC=EC=A4=80?= Date: Wed, 5 Nov 2025 19:20:28 +0900 Subject: [PATCH] docs: Clarify the endpoint that webui uses (#17001) --- tools/server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/server/README.md b/tools/server/README.md index c16d0bd6dc..6828ef7382 100644 --- a/tools/server/README.md +++ b/tools/server/README.md @@ -277,7 +277,7 @@ For more details, please refer to [multimodal documentation](../../docs/multimod ## Web UI -The project includes a web-based user interface that enables interaction with the model through the `/chat/completions` endpoint. +The project includes a web-based user interface that enables interaction with the model through the `/v1/chat/completions` endpoint. The web UI is developed using: - `react` framework for frontend development