Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.48 KB

File metadata and controls

55 lines (36 loc) · 1.48 KB

API Reference

Table of Contents

OpenAI (preflight class)

No description

Constructor

new(props: OpenAIProps?): OpenAI

Properties

No properties

Methods

Signature Description
inflight createCompletion(prompt: str, params: CompletionParams?): str No description
static inflight createNewInflightClient(apiKey: str, org: str?): IClient No description

CompletionParams (struct)

No description

Properties

Name Type Description
maxTokens num? No description
model str? No description

OpenAIProps (struct)

No description

Properties

Name Type Description
apiKey str? No description
apiKeySecret Secret? No description
org str? No description
orgSecret Secret? No description