Skip to content

OpenAI.TokenEngine.Probability

Andrew Lambert edited this page Mar 7, 2023 · 2 revisions

OpenAI.TokenEngine.Probability

Method signature

Function Probability(TokenIndex As Integer) As Double

Parameters

Name Type Comment
TokenIndex Integer The index of the token to get the probability of.

Return value

The probability value of the specified token.

Clone this wiki locally