From 06bb38e75dbd3a706e99edcccb14d04318b4a91b Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Fri, 13 Dec 2024 08:50:47 +0100 Subject: [PATCH] update docs --- examples/server/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/server/README.md b/examples/server/README.md index 4636a5f42..e04530713 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -461,19 +461,19 @@ These words will not be included in the completion, so make sure to add them to "completion_probabilities": [ { "id": , - "prob": float, + "logprob": float, "token": "", "bytes": [int, int, ...], "top_logprobs": [ { "id": , - "prob": float, + "logprob": float, "token": "", "bytes": [int, int, ...], }, { "id": , - "prob": float, + "logprob": float, "token": "", "bytes": [int, int, ...], }, @@ -482,7 +482,7 @@ These words will not be included in the completion, so make sure to add them to }, { "id": , - "prob": float, + "logprob": float, "token": "", "bytes": [int, int, ...], "top_logprobs": [