From f4f445ca4f9043bb8a126215e3320738106e12fa Mon Sep 17 00:00:00 2001 From: Michael Lamothe Date: Sat, 6 Jul 2024 18:07:01 +1000 Subject: [PATCH 1/3] Remove .NET 7. --- LLama.Experimental/LLama.Experimental.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLama.Experimental/LLama.Experimental.csproj b/LLama.Experimental/LLama.Experimental.csproj index 62c6c041e..af2e4d671 100644 --- a/LLama.Experimental/LLama.Experimental.csproj +++ b/LLama.Experimental/LLama.Experimental.csproj @@ -1,7 +1,7 @@ - net6;net7;net8;netstandard2.0 + net6;net8;netstandard2.0 enable enable 12 From 47df1f87cc701e370a1c97ad1c6f3b2f9326be29 Mon Sep 17 00:00:00 2001 From: Michael Lamothe Date: Sat, 6 Jul 2024 18:13:03 +1000 Subject: [PATCH 2/3] Typo. --- LLama.Unittest/TemplateTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLama.Unittest/TemplateTests.cs b/LLama.Unittest/TemplateTests.cs index 9520905b6..582d1d6a3 100644 --- a/LLama.Unittest/TemplateTests.cs +++ b/LLama.Unittest/TemplateTests.cs @@ -244,7 +244,7 @@ public void Clear_ResetsTemplateState() const string userData = nameof(userData); templater.Add("user", userData); - // Generte the template string + // Generate the template string var dest = templater.Apply(); var templateResult = Encoding.UTF8.GetString(dest); From 8bc6ea1deb0a6440d04d1b683e8c7907240668d4 Mon Sep 17 00:00:00 2001 From: Michael Lamothe Date: Sat, 13 Jul 2024 18:24:58 +1000 Subject: [PATCH 3/3] System.Text.Json 8.0.3 has a high severity vulnerability and should be updated. --- LLama/LLamaSharp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLama/LLamaSharp.csproj b/LLama/LLamaSharp.csproj index a2e31169d..3d118c079 100644 --- a/LLama/LLamaSharp.csproj +++ b/LLama/LLamaSharp.csproj @@ -45,7 +45,7 @@ - +