From: Imad Saddik Date: Sun, 28 Sep 2025 11:04:46 +0000 (+0100) Subject: Fixed a few typos in the README of the LLaMA.cpp HTTP Server [no ci] (#16297) X-Git-Tag: upstream/0.0.6641~25 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2811c65286ae954bec87049f75b86dc022006dcc;p=pkg%2Fggml%2Fsources%2Fllama.cpp Fixed a few typos in the README of the LLaMA.cpp HTTP Server [no ci] (#16297) --- diff --git a/tools/server/README.md b/tools/server/README.md index ecf3b9cd..9f7ab229 100644 --- a/tools/server/README.md +++ b/tools/server/README.md @@ -391,7 +391,7 @@ node index.js ## API Endpoints -### GET `/health`: Returns heath check result +### GET `/health`: Returns health check result This endpoint is public (no API key check). @@ -846,7 +846,7 @@ To use this endpoint with POST method, you need to start server with `--props` ### POST `/embeddings`: non-OpenAI-compatible embeddings API -This endpoint supports all poolings, including `--pooling none`. When the pooling is `none`, the responses will contain the *unnormalized* embeddings for *all* input tokens. For all other pooling types, only the pooled embeddings are returned, normalized using Euclidian norm. +This endpoint supports all poolings, including `--pooling none`. When the pooling is `none`, the responses will contain the *unnormalized* embeddings for *all* input tokens. For all other pooling types, only the pooled embeddings are returned, normalized using Euclidean norm. Note that the response format of this endpoint is different from `/v1/embeddings`.