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

[v13] Set lower temperature to ChatGPT calls #28959

Merged
merged 1 commit into from Jul 12, 2023

Conversation

jakule
Copy link
Contributor

@jakule jakule commented Jul 11, 2023

Backport #28793 to branch/v13

Updated the ChatCompletionRequest in the agent model to include temperature parameter. The temperature parameter controls the randomness of the AI's responses, making the model more conservative and focused with a lower value. In this case, the temperature is set to 0.3 to produce more focused and consistent results. Default is 1.0. Max is 2.0.
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from xacrimon July 12, 2023 11:17
@jakule jakule added this pull request to the merge queue Jul 12, 2023
Merged via the queue into branch/v13 with commit d39c110 Jul 12, 2023
22 checks passed
@jakule jakule deleted the bot/backport-28793-branch/v13 branch July 12, 2023 16:26
@r0mant r0mant mentioned this pull request Jul 14, 2023
@fheinecke fheinecke mentioned this pull request Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants