Class LMKitTextGeneration
- Namespace
- LMKit.Integrations.SemanticKernel.TextGeneration
- Assembly
- LM-Kit.NET.Integrations.SemanticKernel.dll
Implements a text generation service using an LMKit model. This service supports both streaming and non-streaming text generation operations.
public class LMKitTextGeneration : ITextGenerationService, IAIService
- Inheritance
-
LMKitTextGeneration
- Implements
-
ITextGenerationServiceIAIService
- Inherited Members
Constructors
- LMKitTextGeneration(LM, LMKitPromptExecutionSettings)
Initializes a new instance of the LMKitTextGeneration class with the specified LMKit model. Optionally, a default prompt execution settings instance can be provided.