Skip to content

OpenAI.Request.TopLogProbabilities

Andrew Lambert edited this page Jan 1, 2024 · 1 revision

OpenAI.Request.TopLogProbabilities

Property declaration

 Dim TopLogProbabilities As Integer

Remarks

When LogProbabilities is True, this property specifies the number of alternate tokens to return in addition to the chosen tokens. For example, if TopLogProbabilities is 5, the API will return 4 alternates for each token.

Clone this wiki locally