interface OpenAIEndpointConfig {
    azureOpenAIApiDeploymentName?: string;
    azureOpenAIApiInstanceName?: string;
    azureOpenAIApiKey?: string;
    azureOpenAIBasePath?: string;
    baseURL?: null | string;
}

Properties

azureOpenAIApiDeploymentName?: string
azureOpenAIApiInstanceName?: string
azureOpenAIApiKey?: string
azureOpenAIBasePath?: string
baseURL?: null | string

Generated using TypeDoc