Clarify pipeline labels and default to qwen3.5 0.8b
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user