]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs: Clarify the endpoint that webui uses (#17001)
author손희준 <redacted>
Wed, 5 Nov 2025 10:20:28 +0000 (19:20 +0900)
committerGitHub <redacted>
Wed, 5 Nov 2025 10:20:28 +0000 (11:20 +0100)
tools/server/README.md

index c16d0bd6dcd7f616d5bb3f7a8e645170a1b46933..6828ef73824ceaccb468d1a4add88c3e97a3ac6e 100644 (file)
@@ -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