Table of Contents

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 LM

The LMKit model used for generating chat completions.

defaultPromptExecutionSettings LMKitPromptExecutionSettings

Optional default prompt execution settings. If not provided, a new instance will be created based on the model.