From 70576f84de94d0813c4a07e9f1d3416978a7cbc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=90=ED=9D=AC=EC=A4=80?= Date: Tue, 4 Nov 2025 23:57:57 +0900 Subject: [PATCH] Clarify the endpoint that webui uses --- 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 c16d0bd6dcd7f..6828ef73824ce 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