From 669fcf58f855e505950d4233b216f9578be6a6d8 Mon Sep 17 00:00:00 2001 From: jrmyr Date: Wed, 30 Apr 2025 16:28:17 +0000 Subject: [PATCH] Config tweaks. --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 0d3fc96..03eed7f 100644 --- a/config.js +++ b/config.js @@ -170,7 +170,7 @@ export default { defaultTemperature: 0.7, systemPromptPath: './prompts/asop.txt', conversationExpiry: 30 * 60 * 1000, - minScore: 1.0, + minScore: 0.25, tools: { webSearch: true, fileSearch: false,