Skip to content

Commit eac46d7

Browse files
[AI] Added OpenAI temperature description (#321)
* [AI] Added OpenAI temperature description * Applied review suggestion Co-authored-by: julitafalcondusza <[email protected]> --------- Co-authored-by: julitafalcondusza <[email protected]>
1 parent 03e568e commit eac46d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/ai_actions/work_with_ai_actions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ You can modify the existing AI actions.
5757
- **Length of prompt output** - sets a maximum number of words of the generated result
5858

5959
- **Temperature** - controls the randomness of the response.
60-
Takes a value between 0 and 1.
61-
The higher the temperature, the more creative is the output
60+
Takes a value between 0 and 2, but the usual range is between 0 and 1.
61+
The output is more random at higher temperatures.
62+
For more information, see the parameter description in [OpenAI API reference](https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature)
6263

6364
![AI action options](img/ai_action_options.png)
6465

0 commit comments

Comments
 (0)