aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-05-03 01:01:44 -0700
committerPinapelz <yukais@pinapelz.com>2026-05-03 01:01:44 -0700
commit053baf500ac1b66c6c619bcc26bbdb9d1248c589 (patch)
treeea50bb16c7fc54114c9e8dd8777b2f9abf41b840
parentbf0ac85661fb4d89d678ced25974c3df4f369370 (diff)
modify system prompt for no new-line chars
-rw-r--r--config.py4
1 files 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."
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage