From 91bcefc852c8274feb53b0646bbdb05a18c8d791 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Mon, 7 Aug 2023 23:46:19 +0100 Subject: [PATCH] comment on IModelParamsExtensions --- LLama/Extensions/IModelParamsExtensions.cs | 3 +++ 1 file changed, 3 insertions(+) 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 { ///