Skip to main content
Module

x/openai/resources/mod.ts>CompletionChoice.Logprobs

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface CompletionChoice.Logprobs
import { type CompletionChoice } from "https://deno.land/x/openai@v4.21.0/resources/mod.ts";
const { Logprobs } = CompletionChoice;

Properties

optional
text_offset: Array<number>
optional
token_logprobs: Array<number>
optional
tokens: Array<string>
optional
top_logprobs: Array<Record<string, number>>