Complete the sentence to explain what temperature controls in AI responses.
Temperature in AI models controls the [1] of the output.
Temperature controls how creative or random the AI's responses are. Higher temperature means more creativity.
Complete the sentence to describe what happens when temperature is set very low.
When temperature is close to zero, AI responses become [1] and predictable.
Low temperature makes the AI choose the most likely words, making responses deterministic and predictable.
Fix the error in the explanation about temperature effects.
Higher temperature makes AI responses more [1] and less varied.
Higher temperature increases randomness and creativity, making responses more varied, not less.
Fill both blanks to complete the sentence about temperature and creativity.
A temperature of [1] leads to [2] AI responses.
A temperature of 1 is typical for creative AI responses, allowing more randomness and variety.
Fill all three blanks to complete the dictionary comprehension about temperature effects.
settings = [1]: [2] for [3] in ['low', 'medium', 'high']
This comprehension creates a dictionary with keys as levels and values as temperature settings.