Skip to content

Commit

Permalink
[AI] Added OpenAI temperature description
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Nov 27, 2024
1 parent d86b4b3 commit 15e2baa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/ai_actions/work_with_ai_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 15e2baa

Please sign in to comment.