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

x/nlp/gpt3/interfaces.ts>IOpenAIConfig

🦕 Module for Natural Language Processing (NLP)
Latest
interface IOpenAIConfig
import { type IOpenAIConfig } from "https://deno.land/x/nlp@1.2.1/gpt3/interfaces.ts";

Properties

completionsEndpoint: string
key: string
secretKey: string