From 3361d29550f40c75b72e33d39551b85554a89c91 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 9 Jan 2024 12:01:14 +0200 Subject: [PATCH] minor : fix trailing whitespace --- examples/server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/README.md b/examples/server/README.md index bfef7351e..70fc88919 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -199,7 +199,7 @@ node index.js ``` Notice that each `probs` is an array of length `n_probs`. -- `content`: Completion result as a string (excluding `stopping_word` if any). In case of streaming mode, will contain the next token as a string. +- `content`: Completion result as a string (excluding `stopping_word` if any). In case of streaming mode, will contain the next token as a string. - `stop`: Boolean for use with `stream` to check whether the generation has stopped (Note: This is not related to stopping words array `stop` from input options) - `generation_settings`: The provided options above excluding `prompt` but including `n_ctx`, `model` - `model`: The path to the model loaded with `-m`