Table of Contents

Property Capabilities

Namespace
LMKit.Model
Assembly
LM-Kit.NET.dll

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; }

Property Value

ModelCapabilities