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

Set lower temperature to ChatGPT calls #28793

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Commits on Jul 6, 2023

  1. Set lower temperature to ChatGPT calls

    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.
    jakule committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    55545ca View commit details
    Browse the repository at this point in the history