Add LLM logging and prompt experiment harness

This commit is contained in:
Adolfo Reyna
2026-03-17 11:13:22 -04:00
parent 727b7701c1
commit 7da02a9697
6 changed files with 678 additions and 45 deletions
+1
View File
@@ -25,6 +25,7 @@
"post_correct_min_overlap": 0.45,
"post_correct_debug": false,
"llm_paragraph": false,
"llm_request_log_path": "logs/llm_requests.jsonl",
"only_translate_llm": false,
"temperature_fallback": [0.0, 0.2, 0.4, 0.6, 0.8, 1.0],
"logprob_threshold": -0.8,