From d20f086a9b4bb7e3c781619f40072ec4407f3116 Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Sat, 17 Jun 2023 22:24:38 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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