You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai_actions/work_with_ai_actions.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,9 @@ You can modify the existing AI actions.
57
57
-**Length of prompt output** - sets a maximum number of words of the generated result
58
58
59
59
-**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)
0 commit comments