Module llm_generation

Module llm_generation 

Source
Expand description

LLM generation parameters

Constantsยง

DEFAULT_REFINE_TEMPERATURE
Default temperature for prompt refinement (0.0-1.0) Lower than main temperature for more deterministic refinement
DEFAULT_TEMPERATURE
Default temperature for main LLM responses (0.0-1.0) Controls randomness/creativity: 0=deterministic, 1=random 0.7 provides balanced creativity and consistency