Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai_mini/lib/types/types.ts>EditRequest

A minimal wrapper for the OpenAI API
Latest
interface EditRequest
import { type EditRequest } from "https://deno.land/x/openai_mini@0.3.2/lib/types/types.ts";

Properties

model: string
input: string
instruction: string
n: number
temperature: number
top_p: number