Class AzureOpenAIConfig
- Namespace
- AntRunnerLib
- Assembly
- AntRunnerLib.dll
Represents the configuration settings for connecting to the Azure OpenAI service.
public class AzureOpenAIConfig
- Inheritance
-
System.ObjectAzureOpenAIConfig
- Inherited Members
-
System.Object.Equals(System.Object)System.Object.Equals(System.Object, System.Object)System.Object.GetHashCode()System.Object.GetType()System.Object.MemberwiseClone()System.Object.ReferenceEquals(System.Object, System.Object)System.Object.ToString()
Properties
ApiKey
The API key for the Azure OpenAI service.
public string ApiKey { get; set; }
Property Value
- System.String
ApiVersion
A valid API Version See https://learn.microsoft.com/en-us/azure/ai-services/openai/reference
public string ApiVersion { get; set; }
Property Value
- System.String
DeploymentId
The model e.g. "GPT-4o"
public string DeploymentId { get; set; }
Property Value
- System.String
ResourceName
The name of an Azure OpenAI Service
public string ResourceName { get; set; }
Property Value
- System.String