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
@@ -74,6 +74,9 @@ def run_translation(in_queue, out_queue, args):
"original": raw_text,
"corrected": corrected_text,
"paragraph": paragraph_text,
"en_bridge": item.get("en_bridge"),
"used_llm_line": item.get("used_llm_line", False),
"used_llm_paragraph": item.get("used_llm_paragraph", False),
"speaker": item.get("speaker"),
"ts": item.get("ts", time.time())
}