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,