import { ChatCompletionCreateParams } from "https://deno.land/x/openai@v4.29.0/resources/mod.ts";
Interfaces
An object specifying the format that the model must output. Compatible with
GPT-4 Turbo and
all GPT-3.5 Turbo models newer than |
x/openai/resources/mod.ts>ChatCompletionCreateParams
import { ChatCompletionCreateParams } from "https://deno.land/x/openai@v4.29.0/resources/mod.ts";
An object specifying the format that the model must output. Compatible with
GPT-4 Turbo and
all GPT-3.5 Turbo models newer than |