diff --git a/README.md b/README.md index 4766c30..f16ddee 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how you want your code to look. It generates an entire codebase based on a prompt. -[Demo](https://twitter.com/antonosika/status/1667641038104674306) πŸ‘ΆπŸ€– - ## Project philosophy - Simple to get value - Flexible and easy to add new own "AI steps". See `steps.py`. @@ -14,6 +12,7 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how - Fast handovers back and forth between AI and human - Simplicity, all computation is "resumable" and persisted to the filesystem +[Demo](https://twitter.com/antonosika/status/1667641038104674306) πŸ‘ΆπŸ€– ## Usage