Community

/

Tip: Temperature 0 for deterministic outputs

Tip: Temperature 0 for deterministic outputs

·

·

TIL

If you need reproducible, consistent outputs from an LLM, set temperature to 0. This makes the model always select the highest-probability token at each step, effectively making it deterministic. This is essential for automated pipelines, testing, and any workflow where output consistency matters more than creativity. Reserve higher temperatures for brainstorming and creative generation tasks.

👍

0

Log in to upvote


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *