Start here. This is the direct spoken answer to practice first.
Overview
Sampling settings shape how the model chooses among likely continuations; they do not repair missing knowledge or guarantee correctness.
Temperature changes how sharply or broadly the model samples from its next-token probabilities. Lower values favor the most likely options and usually make output more consistent; higher values allow more varied choices. Other settings, such as top-p or top-k where supported, restrict the candidate set in different ways. These controls affect decoding, not the model's underlying knowledge. Lower temperature can reduce variation, but it does not make an unsupported answer true.