SongGuess
    Preparing search index...

    Type Alias ChatCompletionTopLogprob

    type ChatCompletionTopLogprob = {
        bytes: number[] | null;
        logprob: number;
        token: string;
    }
    Index

    Properties

    Properties

    bytes: number[] | null
    logprob: number
    token: string