Module

x/openai/uploads.ts>createForm

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

type

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