Table of Contents

Class AzureOpenAIConfig

Namespace
AutoGen.OpenAI.V1
Assembly
AutoGen.OpenAI.V1.dll
public class AzureOpenAIConfig : ILLMConfig
Inheritance
AzureOpenAIConfig
Implements
Inherited Members

Constructors

AzureOpenAIConfig(string, string, string, string?)

public AzureOpenAIConfig(string endpoint, string deploymentName, string apiKey, string? modelId = null)

Parameters

endpoint string
deploymentName string
apiKey string
modelId string

Properties

ApiKey

public string ApiKey { get; }

Property Value

string

DeploymentName

public string DeploymentName { get; }

Property Value

string

Endpoint

public string Endpoint { get; }

Property Value

string

ModelId

public string? ModelId { get; }

Property Value

string