Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simple_openai/deps.ts>Opt

Simple API connection compatible with OpenAI and AzureOpenAI.
Latest
type alias Opt
Re-export
import { type Opt } from "https://deno.land/x/simple_openai@v1.3.2/deps.ts";

Make interfaces acceptable in Record type arguments.

definition: Partial<Record<keyof T, unknown>>