forked from AntonOsika/gpt-engineer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update default temperature and sleep time in AI model
This commit updates the default temperature value from 0.1 to 0 in both the main.py and extentions.py files. This change is made to adjust the randomness in the AI model's output. The sleep time in the run_llm_and_get_tokens function is also increased from 0.05 to 0.1 seconds to allow for better processing of tokens. Additionally, the instructions in the improve file have been enhanced for better clarity and understanding. Critical instructions regarding file names and edit blocks have been emphasized, and new sections on change compatibility guidelines and refactoring instructions have been added. These changes aim to provide more comprehensive and clear guidelines for contributors.
- Loading branch information
Showing
3 changed files
with
45 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters