import { type CompletionCreateParams } from "https://deno.land/x/openai@v4.52.1/resources/completions.ts";
const { CompletionCreateParamsNonStreaming } = CompletionCreateParams;
Module
x/openai/resources/completions.ts>CompletionCreateParams.CompletionCreateParamsNonStreaming
Deno build of the official Typescript library for the OpenAI API.
Extremely Popular