Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dspasyuk authored Nov 17, 2024
1 parent e9a195a commit d1a7119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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";

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

config.params = {
Expand Down

0 comments on commit d1a7119

Please sign in to comment.