Class AzureOpenAIConfig
- Namespace
- AutoGen
- Assembly
- AutoGen.dll
public class AzureOpenAIConfig : ILLMConfig
- Inheritance
-
AzureOpenAIConfig
- Implements
- Inherited Members
Constructors
AzureOpenAIConfig(string, string, string)
public AzureOpenAIConfig(string endpoint, string deploymentName, string apiKey)
Parameters
Properties
ApiKey
public string ApiKey { get; }
Property Value
DeploymentName
public string DeploymentName { get; }
Property Value
Endpoint
public string Endpoint { get; }