Clarify pipeline labels and default to qwen3.5 0.8b

This commit is contained in:
Adolfo Reyna
2026-03-17 00:06:47 -04:00
parent f79c4f7310
commit 4380c2ef99
5 changed files with 27 additions and 8 deletions
+3
View File
@@ -210,6 +210,9 @@ def run_llm_processor(in_queue, out_queue, args):
"raw": raw_text,
"corrected": corrected_text,
"paragraph": structured_paragraph,
"en_bridge": bridge_text,
"used_llm_line": bool(getattr(args, "post_correct_llm", False)),
"used_llm_paragraph": bool(args.llm_paragraph and structured_paragraph),
"detected_lang": item.get("detected_lang"),
"speaker": item.get("speaker"),
"ts": item.get("ts", time.time())