Class OpenAISettings
public class OpenAISettings : AIProviderSettings
- Inheritance
-
objectOpenAISettings
Fields
adminKey
public EncryptableKey adminKey
Field Value
- EncryptableKey
defaultAssistantsApiModel
public string defaultAssistantsApiModel
Field Value
- string
defaultRealtimeApiModel
public string defaultRealtimeApiModel
Field Value
- string
organization
Optional. Specifies the organization under which API calls are made, used for organizational billing and access management.
public string organization
Field Value
- string
projectId
Optional. Project IDs can be found on your general settings page by selecting the specific project.
public string projectId
Field Value
- string
Properties
Api
The cloud service provider for this API client.
public override Api Api { get; }
Property Value
DefaultApiKeyValidationUrl
protected override string DefaultApiKeyValidationUrl { get; }
Property Value
- string
DefaultBaseUrl
protected override string DefaultBaseUrl { get; }
Property Value
- string
DefaultBetaVersion
protected override string DefaultBetaVersion { get; }
Property Value
- string
DefaultVersion
protected override string DefaultVersion { get; }
Property Value
- string
Methods
GetClientInstance()
public override ICloudApiClient GetClientInstance()
Returns
- ICloudApiClient