# Temperature

Temperature parameter for the GPT Chatbot Completion API. Determines the randomness of the response.&#x20;

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.

{% embed url="<https://youtu.be/s7ISGSh26HI?si=QF3_5-fqTrkQNtfQ>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stammer.ai/stammer.ai-docs/chat-ai-agents/general-settings/temperature.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
