diff options
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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." |
