OpenAIModelFeature(String, String, AIModelKind) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new OpenAI model feature.
public OpenAIModelFeature(string model, string modelVersion, Azure.Projects.AIModelKind kind = Azure.Projects.AIModelKind.Chat);
new Azure.Projects.OpenAIModelFeature : string * string * Azure.Projects.AIModelKind -> Azure.Projects.OpenAIModelFeature
Public Sub New (model As String, modelVersion As String, Optional kind As AIModelKind = Azure.Projects.AIModelKind.Chat)
Parameters
- model
- String
- modelVersion
- String
- kind
- AIModelKind