diff options
author | Bono Lv <lvscar@users.noreply.github.com> | 2023-08-01 20:54:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-01 14:54:28 +0200 |
commit | c574bddb368424b5996cbee2ec45ec050967d404 (patch) | |
tree | dd953576b5073c2462f9226fe25acc84fd8847e3 /examples/server | |
parent | 86aeb27734481751592abd85590020b40d9224c8 (diff) |
fix a typo in examples/server/README.md (#2478)
Diffstat (limited to 'examples/server')
-rw-r--r-- | examples/server/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/README.md b/examples/server/README.md index e5ca826..aee31ae 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. |