Class LMKitChatCompletion
- Namespace
- LMKit.Integrations.SemanticKernel.ChatCompletion
- Assembly
- LM-Kit.NET.Integrations.SemanticKernel.dll
Implements a chat completion service using the LMKit model. This service supports both synchronous and streaming chat completions.
public sealed class LMKitChatCompletion : IChatCompletionService, IAIService
- Inheritance
-
LMKitChatCompletion
- Implements
-
IChatCompletionServiceIAIService
- Inherited Members
Constructors
- LMKitChatCompletion(LM, LMKitPromptExecutionSettings)
Initializes a new instance of the LMKitChatCompletion class with the specified LMKit model. Optionally, default prompt execution settings can be provided.