-
-
Notifications
You must be signed in to change notification settings - Fork 8
OpenAI.Request.LogProbabilities
Andrew Lambert edited this page Feb 9, 2023
·
3 revisions
Dim LogProbabilities As Integer
Include the log probabilities on the specified number of most likely tokens, as well the chosen tokens. For example, if LogProbabilities
is 5
, the API will return a list of the 5 most likely tokens. The API will always return the LogProbabilities
of the sampled token, so there may be up to LogProbabilities + 1
elements in the response.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.