interface Logprob {
    bytes?: unknown[];
    logprob?: number;
    token?: string;
}

Properties

bytes?: unknown[]

The bytes that were used to generate the log probability.

logprob?: number

The log probability of the token.

token?: string

The token that was used to generate the log probability.