temperature
// How "creative" vs "precise" you want the AI to be
๐Ÿ’ก The core idea: Temperature controls how random the AI's word choices are. Low temperature (0.1) = very predictable, always picks the safest word. High temperature (1.5) = very creative, sometimes picks surprising or unusual words. Temperature 0.7 is a sweet spot for most tasks.
Drag the slider to change temperature
Prompt: "Once upon a time, there was a"
0.7
Balanced (default)
0 โ€” Robotic 0.7 โ€” Default 1.0 โ€” Creative 2.0 โ€” Chaotic
NEXT WORD PROBABILITIES โ€” How likely is each word?
WHAT THE AI MIGHT SAY
What is Temperature?
Imagine temperature like a dial on a slot machine. At 0, the machine always gives the same result โ€” safe and predictable. At 2.0, it spins wildly โ€” very creative but sometimes nonsensical. For coding tasks, use low temperature (0.2). For creative writing, use higher temperature (0.8-1.0).
CODE: 0.2CHAT: 0.7CREATIVE: 1.0+
also by echobash