v0.3.1
v0.3.1
Features
- GPT-4o is now the default model
- Benchmark export functionality added (
bench export)
Fixes
- Retry logic for diff failures
- Docker image stability
- Debug log path correction
- Tiktoken compatibility fix
- GitHub Actions workflow fixes
Improvements
- Enhanced error handling and transparency in diff application
- Black linting integrated as main dependency
- Linting process extracted to separate module
- CLI interface refinements for
gpteandbenchcommands - File upload formatting with Black
Highlights
We have a new release, v0.3.1, ready for you!
The main changes in this release include:
๐ Default model upgrade - GPT-4o is now the default model version by @AntonOsika ๐ Benchmark development - Laid the groundwork for benchmark-driven development by @ATheorell ๐ Docker stability with a hotfix for Docker image by @k1lgor ๐ง Enhanced error handling by @similato87
โค๏ธ We also welcome our new first-time contributor @ceddy4395!
What's Changed
- Retry diff failures (fixed by gptengineer by pasting errors into prompt ๐ฅ) by @AntonOsika in https://github.com/gpt-engineer-org/gpt-engineer/pull/1140
- Formate uploading files with black linting tool by @similato87 in https://github.com/gpt-engineer-org/gpt-engineer/pull/1094
- Correct path for debug logs by @AntonOsika in https://github.com/gpt-engineer-org/gpt-engineer/pull/1141
- Making black a main dependency by @ATheorell in https://github.com/gpt-engineer-org/gpt-engineer/pull/1145
- Enhance Diff Application and Error Transparency by @similato87 in https://github.com/gpt-engineer-org/gpt-engineer/pull/1138
- Bench export by @ATheorell in https://github.com/gpt-engineer-org/gpt-engineer/pull/1147
- Adding instructions for the use of open router by @zigabrencic in https://github.com/gpt-engineer-org/gpt-engineer/pull/1139
- GPT-4o default, fix tiktoken by @AntonOsika in https://github.com/gpt-engineer-org/gpt-engineer/pull/1151
- Small fixes to the CLI interface of gpte and bench applications by @ATheorell in https://github.com/gpt-engineer-org/gpt-engineer/pull/1157
- Fix potential GitHub action smells by @ceddy4395 in https://github.com/gpt-engineer-org/gpt-engineer/pull/1156
- Hotfix/docker image by @k1lgor in https://github.com/gpt-engineer-org/gpt-engineer/pull/1161
- Extract linting process from file_selector by @similato87 in https://github.com/gpt-engineer-org/gpt-engineer/pull/1146
- Update pyproject.toml by @viborc in https://github.com/gpt-engineer-org/gpt-engineer/pull/1168
New Contributors
- @ceddy4395 made their first contribution in https://github.com/gpt-engineer-org/gpt-engineer/pull/1156
Full Changelog: https://github.com/gpt-engineer-org/gpt-engineer/compare/v0.3.0...v0.3.1