diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-03 01:01:44 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-03 01:01:44 -0700 |
| commit | 053baf500ac1b66c6c619bcc26bbdb9d1248c589 (patch) | |
| tree | ea50bb16c7fc54114c9e8dd8777b2f9abf41b840 | |
| parent | bf0ac85661fb4d89d678ced25974c3df4f369370 (diff) | |
modify system prompt for no new-line chars
| -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." |
