You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/server/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ node .
163
163
164
164
`content`: Set the text to tokenize.
165
165
166
-
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`.
166
+
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`.
167
167
168
168
-**POST**`/embedding`: Generate embedding of a given text just as [the embedding example](../embedding) does.
0 commit comments