diff --git a/docs/ai_actions/work_with_ai_actions.md b/docs/ai_actions/work_with_ai_actions.md index 43393a7e..23e97ea7 100644 --- a/docs/ai_actions/work_with_ai_actions.md +++ b/docs/ai_actions/work_with_ai_actions.md @@ -57,8 +57,9 @@ You can modify the existing AI actions. - **Length of prompt output** - sets a maximum number of words of the generated result - **Temperature** - controls the randomness of the response. -Takes a value between 0 and 1. -The higher the temperature, the more creative is the output +Takes a value between 0 and 2, but the usual range is between 0 and 1. +The output is more random at higher temperatures. +For more information, see the parameter description in [OpenAI API reference](https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature) ![AI action options](img/ai_action_options.png)