From: Bono Lv Date: Tue, 1 Aug 2023 12:54:28 +0000 (+0800) Subject: fix a typo in examples/server/README.md (#2478) X-Git-Tag: gguf-v0.4.0~368 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c574bddb368424b5996cbee2ec45ec050967d404;p=pkg%2Fggml%2Fsources%2Fllama.cpp fix a typo in examples/server/README.md (#2478) --- diff --git a/examples/server/README.md b/examples/server/README.md index e5ca8269..aee31ae4 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -163,7 +163,7 @@ node . `content`: Set the text to tokenize. - Note that the special `BOS` token is not added in fron of the text and also a space character is not inserted automatically as it is for `/completion`. + Note that the special `BOS` token is not added in front of the text and also a space character is not inserted automatically as it is for `/completion`. - **POST** `/embedding`: Generate embedding of a given text just as [the embedding example](../embedding) does.