Quellcode durchsuchen

docs: Clarify the endpoint that webui uses (#17001)

손희준 vor 2 Monaten
Ursprung
Commit
fd2f84f468
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tools/server/README.md

+ 1 - 1
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