Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OpenAI

import type { OpenAI } from "https://gitlab.com/soapbox-pub/strfry-policies/-/raw/develop/mod.ts";

Policy options for openaiPolicy.

interface OpenAI {
apiKey?: string;
endpoint?: string;
handler?: OpenAIHandler;
}

§Properties

§
apiKey?: string
[src]
§
endpoint?: string
[src]