SongGuess
    Preparing search index...

    Type Alias ChatCompletionLogprobs

    type ChatCompletionLogprobs = {
        content: ChatCompletionTokenLogprob[] | null;
        refusal?: ChatCompletionTokenLogprob[] | null;
    }
    Index

    Properties

    Properties

    content: ChatCompletionTokenLogprob[] | null
    refusal?: ChatCompletionTokenLogprob[] | null