From 15e2baaa41944c1c4e5cdc6012ce85e5987117a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 27 Nov 2024 20:03:46 +0100 Subject: [PATCH] [AI] Added OpenAI temperature description --- docs/ai_actions/work_with_ai_actions.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ai_actions/work_with_ai_actions.md b/docs/ai_actions/work_with_ai_actions.md index 43393a7e..71c35712 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 higher the temperature, the more random is the output. +For more information, see the parameter description in [OpenAI API reference](https://platform.openai.com/docs/api-reference/chat/create). ![AI action options](img/ai_action_options.png)