Constructor LMKitChatCompletion
- Namespace
- LMKit.Integrations.SemanticKernel.ChatCompletion
- Assembly
- LM-Kit.NET.Integrations.SemanticKernel.dll
LMKitChatCompletion(LM, LMKitPromptExecutionSettings)
Initializes a new instance of the LMKitChatCompletion class with the specified LMKit model. Optionally, default prompt execution settings can be provided.
public LMKitChatCompletion(LM model, LMKitPromptExecutionSettings defaultPromptExecutionSettings = null)
Parameters
model
LMThe LMKit model used for generating chat completions.
defaultPromptExecutionSettings
LMKitPromptExecutionSettingsOptional default prompt execution settings. If not provided, a new instance will be created based on the model.