Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

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