From: Yueh-Po Peng Date: Sun, 10 Dec 2023 22:27:38 +0000 (+0800) Subject: Update README.md (#4388) X-Git-Tag: upstream/0.0.4488~2865 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8a7b2fa528f130631a5f43648481596ab320ed5a;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update README.md (#4388) Fix small typo. --- diff --git a/examples/server/README.md b/examples/server/README.md index cfc220f5..0751b961 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -222,7 +222,7 @@ node index.js `content`: Set the text to process. - **POST** `/infill`: For code infilling. Takes a prefix and a suffix and returns the predicted completion as stream. +- **POST** `/infill`: For code infilling. Takes a prefix and a suffix and returns the predicted completion as stream. *Options:*