From 396879054421be51aa11f0d73b652405fdfc8cb6 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 1/2] [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..9153f0fe 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#chat-create-temperature) ![AI action options](img/ai_action_options.png) From df0639ba30cb9766746f84abc1de6b51f9759113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 18 Dec 2024 09:39:18 +0100 Subject: [PATCH 2/2] Applied review suggestion Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com> --- docs/ai_actions/work_with_ai_actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai_actions/work_with_ai_actions.md b/docs/ai_actions/work_with_ai_actions.md index 9153f0fe..23e97ea7 100644 --- a/docs/ai_actions/work_with_ai_actions.md +++ b/docs/ai_actions/work_with_ai_actions.md @@ -58,7 +58,7 @@ You can modify the existing AI actions. - **Temperature** - controls the randomness of the response. 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. +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)