For the complete documentation index, see llms.txt. This page is also available as Markdown.

Temperature

Temperature parameter for the GPT Chatbot API.

Temperature parameter for the GPT Chatbot Completion API. Determines the randomness of the response.

A low value (close to 0) makes the output more deterministic and conservative, while a higher value (up to 2) makes the output more diverse and creative.

For most businesses setting the temperature to 0.05 to 0.20 will be a good place to start testing.

Last updated