From b8d263a08d0ae1f4163f1a2a6bcc6f1284f70b29 Mon Sep 17 00:00:00 2001 From: X0RSH1FT Date: Thu, 28 Dec 2023 22:01:21 -0500 Subject: [PATCH] Changed default model --- bin/env.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/env.ps1 b/bin/env.ps1 index 6ecc047f1..a0e2e5a3a 100644 --- a/bin/env.ps1 +++ b/bin/env.ps1 @@ -9,7 +9,7 @@ Write-Verbose "Loading environment configuration - $PSScriptRoot\env.ps1" # LLAMA.CPP executable path $llama_cpp_binary_path = "$PSScriptRoot\..\build\bin\Release\main.exe" # Default model path for environment -$llm_model_path = "Z:\AI\LLM\MythoMax-L2-13B-GGUF\mythomax-l2-13b.Q4_K_M.gguf" +$llm_model_path = "Z:\AI\LLM\dolphin-2.6-mixtral-8x7b-GGUF\dolphin-2.6-mixtral-8x7b.Q4_K_M.gguf" #endregion #region Set current environment variables