import { ChatCompletion } from "https://deno.land/x/openai@v4.53.2/resources/chat/completions.ts";
Interfaces
Log probability information for the choice. |
import { type ChatCompletion } from "https://deno.land/x/openai@v4.53.2/resources/chat/completions.ts";
Represents a chat completion response returned by model, based on the provided input.
Properties
choices: Array<ChatCompletion.Choice>
A list of chat completion choices. Can be more than one if n
is greater
than 1.
The service tier used for processing the request. This field is only included if
the service_tier
parameter is specified in the request.
This fingerprint represents the backend configuration that the model runs with.
Can be used in conjunction with the seed
request parameter to understand when
backend changes have been made that might impact determinism.