Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AI] Added OpenAI temperature description #321

Merged
merged 2 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Applied review suggestion
Co-authored-by: julitafalcondusza <[email protected]>
mnocon and julitafalcondusza authored Dec 18, 2024
commit df0639ba30cb9766746f84abc1de6b51f9759113
2 changes: 1 addition & 1 deletion docs/ai_actions/work_with_ai_actions.md
Original file line number Diff line number Diff line change
@@ -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)