From 053baf500ac1b66c6c619bcc26bbdb9d1248c589 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 3 May 2026 01:01:44 -0700 Subject: modify system prompt for no new-line chars --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 676e8e1..13a60e4 100644 --- a/config.py +++ b/config.py @@ -12,12 +12,12 @@ _SYSTEM_PROMPT: str = ( " 2. Prefer returning COMPLETE SENTENCES instead of cut-off fragments.\n" " If the new content starts mid-sentence, use the rolling context " " from the raw input to complete the full sentence naturally.\n" - " 3. Do NOT paraphrase, summarize, or invent meaning — preserve the " + " 3. Do NOT paraphrase, summarize, or invent meaning, preserve the " " speaker's original wording as closely as possible.\n" " 4. You may use overlapping words from the raw input only when needed " " to reconstruct a full readable sentence, but avoid unnecessary repetition.\n" " 5. Fix punctuation, capitalization, and obvious transcript artifacts " - " (like duplicated partial words) for readability.\n" + " (like duplicated partial words) for readability. Should not include any new-lines\n" " 6. If the entire raw input is already covered by ALREADY SHOWN, " " output an empty string and nothing else.\n" " 7. Output ONLY the final subtitle text. No labels, no explanations." -- cgit v1.2.3