Skip to content

Configuration

MarcoDotIO edited this page Jan 24, 2023 · 2 revisions

Configuration

The configuration object used for the OpenAIKit object to represent the organization of the user.

public struct Configuration 

Initializers

init(organizationId:apiKey:)

public init(organizationId: String, apiKey: String) 

Properties

organizationId

The organization ID of the user.

public let organizationId: String
Types
Global Functions
Clone this wiki locally