diff --git a/LLama.Web/LLama.Web.csproj b/LLama.Web/LLama.Web.csproj index 5a46c5e8..7e5bd9bd 100644 --- a/LLama.Web/LLama.Web.csproj +++ b/LLama.Web/LLama.Web.csproj @@ -1,5 +1,5 @@ - + net7.0 disable diff --git a/LLama.WebAPI/appsettings.json b/LLama.WebAPI/appsettings.json index 09cfdb13..f3e225ab 100644 --- a/LLama.WebAPI/appsettings.json +++ b/LLama.WebAPI/appsettings.json @@ -6,5 +6,5 @@ } }, "AllowedHosts": "*", - "ModelPath": "..\\..\\LLamaModel\\ggml-model-f32-q4_0.bin" + "ModelPath": "..\\LLama.Unittest\\Models\\llama-2-7b-chat.Q4_0.gguf" }