From: 손희준 Date: Wed, 5 Nov 2025 10:20:28 +0000 (+0900) Subject: docs: Clarify the endpoint that webui uses (#17001) X-Git-Tag: upstream/0.0.7011~55 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fd2f84f468f888970e72f87c8ee86c73a122537f;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs: Clarify the endpoint that webui uses (#17001) --- diff --git a/tools/server/README.md b/tools/server/README.md index c16d0bd6..6828ef73 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