Update README.md

This commit is contained in:
Anton Osika
2023-06-17 22:24:38 +02:00
committed by GitHub
parent ed486aed74
commit d20f086a9b

View File

@@ -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