Class AzureOpenAIConfigFactory
- Namespace
- AntRunnerLib
- Assembly
- AntRunnerLib.dll
Gets the configuration settings for connecting to the Azure OpenAI service.
public class AzureOpenAIConfigFactory
- Inheritance
-
System.ObjectAzureOpenAIConfigFactory
- 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()
Methods
Get()
Gets an instance of the AzureOpenAIConfig class.
public static AzureOpenAIConfig Get()
Returns
- AzureOpenAIConfig
A new instance of AzureOpenAIConfig.