Update README.md

This commit is contained in:
Anton Osika
2023-06-17 22:50:52 +02:00
committed by GitHub
parent d20f086a9b
commit fa7585f900

View File

@@ -3,6 +3,8 @@
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`.
@@ -12,7 +14,6 @@ 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