From 54668d61c33efaedb953e29b549c48eddecbec0c Mon Sep 17 00:00:00 2001 From: Michael Lamothe Date: Mon, 6 May 2024 21:27:45 +1000 Subject: [PATCH] Update LLama.Web/Common/ModelOptions.cs Co-authored-by: Rinne --- LLama.Web/Common/ModelOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLama.Web/Common/ModelOptions.cs b/LLama.Web/Common/ModelOptions.cs index 5fc0e9a2..20b2939d 100644 --- a/LLama.Web/Common/ModelOptions.cs +++ b/LLama.Web/Common/ModelOptions.cs @@ -13,7 +13,7 @@ public class ModelOptions public string Name { get; set; } /// - /// Max context insta=nces allowed per model + /// Max context instances allowed per model /// public int MaxInstances { get; set; }