Skip to main content
Module

x/openai/core.ts>createForm

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
variable createForm
import { createForm } from "https://deno.land/x/openai@v4.40.0/core.ts";

type

<T = Record<string, unknown>>(body: T | undefined) => Promise<FormData>