]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
fix a typo in examples/server/README.md (#2478)
authorBono Lv <redacted>
Tue, 1 Aug 2023 12:54:28 +0000 (20:54 +0800)
committerGitHub <redacted>
Tue, 1 Aug 2023 12:54:28 +0000 (14:54 +0200)
examples/server/README.md

index e5ca8269b9d5646e93744ed250d2404196e6e8ca..aee31ae42e517927a958b8c53db33e27b1f5ede5 100644 (file)
@@ -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.