Skip to content

OpenAI.Request.LogProbabilities

Andrew Lambert edited this page Feb 9, 2023 · 3 revisions

OpenAI.Request.LogProbabilities

Property declaration

 Dim LogProbabilities As Integer

Remarks

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.

Clone this wiki locally