Skip to content

Add a --temperature flag (default 0) #1

@Cyberfilo

Description

@Cyberfilo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions