The GenerationConfig API page for Gemini API states that temperature ranges from 0.0 to 2.0. However, the page for google.generativeai.types.GenerationConfig states the max temperature is 1.0. I also see it listed as max 1.0 in the docstring in the Python SDK (v0.6.0).
Which is it, 1.0 or 2.0?