PromptQuery runs the LLM at temperature=0 for determinism (see src/promptquery/llm.py). Expose this as a CLI flag --temperature (Click option on cli.py), defaulting to 0, threaded into the generate() calls. Keep 0 the default so behaviour is unchanged unless asked.
Good first issue: touches cli.py + llm.py, no new deps.
PromptQuery runs the LLM at
temperature=0for determinism (seesrc/promptquery/llm.py). Expose this as a CLI flag--temperature(Click option oncli.py), defaulting to 0, threaded into thegenerate()calls. Keep 0 the default so behaviour is unchanged unless asked.Good first issue: touches
cli.py+llm.py, no new deps.