From acfc2932998b1aac4970afd51c810f9710ddc808 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 1 Jun 2026 18:43:22 +0200 Subject: [PATCH] LLM - modify base query --- changedetectionio/llm/evaluator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/llm/evaluator.py b/changedetectionio/llm/evaluator.py index 0c6b6c94..3d069586 100644 --- a/changedetectionio/llm/evaluator.py +++ b/changedetectionio/llm/evaluator.py @@ -141,7 +141,7 @@ DEFAULT_CHANGE_SUMMARY_PROMPT = ( "For large blocks of new text (full articles, documents, long paragraphs): briefly summarise " "the substance in 1-2 sentences capturing the key point — do not just repeat the title.\n\n" "Do not quote non-English text verbatim; translate and summarise all content into English. " - "Your entire response must be in English." + "Do not give partial listings such as 'Examples include:', always be thorough." )