Class AzureOpenAIConfig
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
Properties
ApiKey
public string ApiKey { get; }
Property Value
DeploymentName
public string DeploymentName { get; }
Property Value
Endpoint
public string Endpoint { get; }
Property Value
ModelId
public string? ModelId { get; }