import { type ChatCompletion } from "https://deno.land/x/openai@1.4.2/src/types.ts";
Properties
choices: { index: number; message: ChatCompletionMessage; finish_reason: string; }[]
import { type ChatCompletion } from "https://deno.land/x/openai@1.4.2/src/types.ts";