Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dspasyuk authored Dec 16, 2024
1 parent d1a7119 commit 86bd62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const Hash = new hash();

const config = {};

config.modelrepo = "QuantFactory/Qwen2.5-7B-GGUF";
config.modelrepo = "bartowski/Qwen2.5-7B-Instruct-GGUF";
config.modeldirectory = path.resolve('./models');
config.modelname = "Qwen2.5-7B.Q4_0.gguf"; // "use https://huggingface.co/QuantFactory/Qwen2.5-7B-GGUF/resolve/main/Qwen2.5-7B.Q5_K_M.gguf?download=true for Linux";
config.modelname = "Qwen2.5-7B-Instruct-Q4_0.gguf";

// Model Setting //Llama.cpp settings
config.systemPrompt = fs.readFileSync('./Alice.txt', 'utf8');
Expand Down

0 comments on commit 86bd62c

Please sign in to comment.