diff --git a/LLama.Unittest/Constants.cs b/LLama.Unittest/Constants.cs
index 21328b41..c52e55c4 100644
--- a/LLama.Unittest/Constants.cs
+++ b/LLama.Unittest/Constants.cs
@@ -2,6 +2,6 @@
{
internal static class Constants
{
- public static string ModelPath = "Models/llama-2-7b.q4_0.gguf";
+ public static string ModelPath = "Models/llama-2-7b-chat.Q4_0.gguf";
}
}
diff --git a/LLama.Unittest/LLama.Unittest.csproj b/LLama.Unittest/LLama.Unittest.csproj
index ea0e100a..a4680f6d 100644
--- a/LLama.Unittest/LLama.Unittest.csproj
+++ b/LLama.Unittest/LLama.Unittest.csproj
@@ -24,7 +24,7 @@
-
+
@@ -37,7 +37,7 @@
-
+
PreserveNewest