Skip to content

Commit 06bb38e

Browse files
committed
update docs
1 parent ed7f2d5 commit 06bb38e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/server/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,19 +461,19 @@ These words will not be included in the completion, so make sure to add them to
461461
"completion_probabilities": [
462462
{
463463
"id": <token id>,
464-
"prob": float,
464+
"logprob": float,
465465
"token": "<most likely token>",
466466
"bytes": [int, int, ...],
467467
"top_logprobs": [
468468
{
469469
"id": <token id>,
470-
"prob": float,
470+
"logprob": float,
471471
"token": "<token text>",
472472
"bytes": [int, int, ...],
473473
},
474474
{
475475
"id": <token id>,
476-
"prob": float,
476+
"logprob": float,
477477
"token": "<token text>",
478478
"bytes": [int, int, ...],
479479
},
@@ -482,7 +482,7 @@ These words will not be included in the completion, so make sure to add them to
482482
},
483483
{
484484
"id": <token id>,
485-
"prob": float,
485+
"logprob": float,
486486
"token": "<most likely token>",
487487
"bytes": [int, int, ...],
488488
"top_logprobs": [

0 commit comments

Comments
 (0)