From 72ad571ff27149c9a668de2a5314e7dfb10f9380 Mon Sep 17 00:00:00 2001 From: Thales Maciel Date: Tue, 24 Feb 2026 13:35:37 -0300 Subject: [PATCH] Prompt nitpick --- src/aiprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aiprocess.py b/src/aiprocess.py index e305c71..0ceedc5 100644 --- a/src/aiprocess.py +++ b/src/aiprocess.py @@ -17,7 +17,7 @@ SYSTEM_PROMPT = ( "Rules:\n" "- Remove filler words (um/uh/like), false starts, and self-corrections.\n" "- Keep meaning, facts, and intent.\n" - "- Preserve greetings and salutations.\n" + "- Preserve greetings and salutations (Hey, Hi, Hey there, Hello).\n" "- Prefer concise sentences.\n" "- Do not add new info.\n" "- Output ONLY the cleaned text, no commentary.\n\n"