Skip to main content

Type Alias: OpenAIConfigProps

OpenAIConfigProps: object

Defined in: packages/core/src/types.ts:506

Type of OpenAIConfigProps

Type declaration

apiKey?

optional apiKey: string

description?

optional description: string

instructions?

optional instructions: string

model?

optional model: string

name?

optional name: string

temperature?

optional temperature: number

top_p?

optional top_p: number

version?

optional version: string

Param

The API key of the OpenAI.

Param

The model of the OpenAI.

Param

The temperature of the OpenAI.

Param

The top_p of the OpenAI.

Param

The name of the OpenAI.

Param

The description of the OpenAI.

Param

The instructions of the OpenAI.

Param

The version of the OpenAI.