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

make 0 the default temperature #1417

Conversation

waynehamadi
Copy link
Contributor

@waynehamadi waynehamadi commented Apr 14, 2023

Background

This is just a suggestion. I know it has pros and cons. But it appears like having 0 as the default would make the model more consistent.
We can wait to implement the benchmark to implement this, but we might be missing out a lot during that time.

People can still put 0 themselves, but new comers might be missing out without knowing.

Changes

Documentation

Test Plan

PR Quality Checklist

  • My pull request is atomic and focuses on a single change.
  • I have thoroughly tested my changes with multiple different prompts.
  • I have considered potential risks and mitigations for my changes.
  • I have documented my changes clearly and comprehensively.
  • I have not snuck in any "extra" small tweaks changes

@Androbin
Copy link
Contributor

Temperature 0 can make the AI more prone to get stuck in a loop.
Temperature 1 can make the AI more prone to go off on a tangent.
The OpenAI Playground uses temperature 0.7 by default, so I suggest we go with that.

@waynehamadi
Copy link
Contributor Author

because of the very dynamic prompting we give it, it's less likely to get stuck.
I strongly suggest 0 still for new people coming. There are many way to get unstuck from a loop.
Temperature 0.7 means it oftentimes doesn't go for the most likely answer.

@richbeales richbeales merged commit 3ee961c into Significant-Gravitas:master Apr 15, 2023
@nponeccop nponeccop mentioned this pull request Apr 15, 2023
1 task
sindlinger pushed a commit to Orgsindlinger/Auto-GPT-WebUI that referenced this pull request Sep 25, 2024
…re/change-default-temperature

make 0 the default temperature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants