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": [