Class AzureOpenAIConfig
- Namespace
- Ant
Runner Lib
- Assembly
- AntRunnerLib.dll
Represents the configuration settings for connecting to the Azure OpenAI service.
- Inheritance
-
System.
Object AzureOpen AIConfig
- Inherited Members
-
System.
Object. Equals(System. Object) System.Object. Equals(System. Object, System. Object) System.Object. Get Hash Code() System.Object. Get Type() System.Object. Memberwise Clone() System.Object. Reference Equals(System. Object, System. Object) System.Object. To String()
Properties
ApiKey
The API key for the Azure OpenAI service.
Property Value
- System.
String
ApiVersion
A valid API Version See https://learn.microsoft.com/en-us/azure/ai-services/openai/reference
Property Value
- System.
String
DeploymentId
The model e.g. "GPT-4o"
Property Value
- System.
String
ResourceName
The name of an Azure OpenAI Service
Property Value
- System.
String