Hi,
All third-party documents says the temperature is ranging from 0 to 1.
However, I check openai official document at OpenAI API, it says “What sampling temperature to use, between 0 and 2.”. Not 0 to 1. Why?
Also can I use 0.75, 0.38, etc. as the temperature? It seems in all samples, the temperatures only has one digits after the decimal point, such as 0.7, 0.3, etc.