From bcfbfab42f65db0aefa765f3a511887c5aaed791 Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Tue, 11 Mar 2025 12:46:21 +0100 Subject: [PATCH] better system prompt improves accuracy a lot --- options/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/options.js b/options/options.js index b6733f7..9541130 100644 --- a/options/options.js +++ b/options/options.js @@ -86,7 +86,7 @@ function restoreOptions() { ollamaEndpoint: "http://localhost:11434", ollamaModel: "llama3.1:latest", systemPrompt: - "You are a helpful AI assistant. Summarize the given text concisely.", + "You are a helpful AI assistant. Summarize the given text concisely, without leaving out informations. You should aim to give a summary that is highly factual, useful and rich but still shorter than the original content, while not being too short.", tokenLimit: 16384, }, function (result) {