Property Capabilities
Capabilities
Gets or sets the capabilities of the model, indicating the tasks it is designed to perform. Examples: Chat, Embeddings, TextGeneration, CodeCompletion.
public ModelCapabilities Capabilities { get; set; }
Gets or sets the capabilities of the model, indicating the tasks it is designed to perform. Examples: Chat, Embeddings, TextGeneration, CodeCompletion.
public ModelCapabilities Capabilities { get; set; }