Output is wild and not repeatable. First fix?
ASwitch to a smaller model immediately
BIncrease max_tokens
CLower the temperature to 0
DAdd a longer system prompt
Answer & Solution
Correct answer: C. Lower the temperature to 0
Temperature 0 makes generation deterministic; that's the first lever for repeatability, before changing models or prompts.
Related questions