diff --git a/LLama/Extensions/IModelParamsExtensions.cs b/LLama/Extensions/IModelParamsExtensions.cs index 5df966a6..93b0f86e 100644 --- a/LLama/Extensions/IModelParamsExtensions.cs +++ b/LLama/Extensions/IModelParamsExtensions.cs @@ -6,6 +6,9 @@ using LLama.Native; namespace LLama.Extensions { + /// + /// Extention methods to the IModelParams interface + /// public static class IModelParamsExtensions { ///