What's new
Improved performance π
- TDD workflow: generates the tests, then the code
- Self-reflection + prompts that are even Chain of Thought:ier
Smooth developer flow π¦
- Configurable steps in the generation process to quickly iterate
- Standard CI on autoformatting, pre-commit hooks, tests β and releasing to pip! (just
pip install gpt-engineer
)
Feedback loops π¨
- Spins up the project immediately when done
- Fully autonomous mode to allow for...
Benchmarks π€ΌββοΈ
- Automatically solves a suite of benchmarks
- Lets us track progress
In detail
- A few doc tweaks by @patillacode in #157
- Add --verbose option for logging request/response <Carl ThomΓ©>
- kwargs -> temperature <Carl ThomΓ©>
- Fix the errors with parsing
Full Changelog: v0.0.2...v0.0.3