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"