You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1576,8 +1576,8 @@ components:
1576
1576
logprobs:
1577
1577
type: integer
1578
1578
minimum: 0
1579
-
maximum: 1
1580
-
description: Integer (0 or 1) that controls whether log probabilities of generated tokens are returned. Log probabilities help assess model confidence in token predictions.
1579
+
maximum: 20
1580
+
description: An integer between 0 and 20 of the top k tokens to return log probabilities for at each generation step, instead of just the sampled token. Log probabilities help assess model confidence in token predictions.
1581
1581
echo:
1582
1582
type: boolean
1583
1583
description: If true, the response will contain the prompt. Can be used with `logprobs` to return prompt logprobs.
@@ -1860,8 +1860,8 @@ components:
1860
1860
logprobs:
1861
1861
type: integer
1862
1862
minimum: 0
1863
-
maximum: 1
1864
-
description: Integer (0 or 1) that controls whether log probabilities of generated tokens are returned. Log probabilities help assess model confidence in token predictions.
1863
+
maximum: 20
1864
+
description: An integer between 0 and 20 of the top k tokens to return log probabilities for at each generation step, instead of just the sampled token. Log probabilities help assess model confidence in token predictions.
1865
1865
echo:
1866
1866
type: boolean
1867
1867
description: If true, the response will contain the prompt. Can be used with `logprobs` to return prompt logprobs.
0 commit comments