Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOsika authored Jun 4, 2023
1 parent 54d7a6d commit 7a25735
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,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

## Limitations
The main parts to be addressed next is that – on the first attempt – the generated implementation might not contain all necessary functionality that was specified in the prompt.

Implementing additional chain of thought, or "[Reflexion](https://github.com/noahshinn024/reflexion)", prompting should be able to make it more reliable.

Contributors welcome!

If you are unsure what to try, check out the ideas listed in the Projects part of the github repo.

## Usage

Expand All @@ -36,6 +28,16 @@ If you are unsure what to try, check out the ideas listed in the Projects part o
**Results**:
- Check the generated files in my-new-project/workspace_clarified

### Limitations
The main parts to be addressed next is that – on the first attempt – the generated implementation might not contain all necessary functionality that was specified in the prompt.

Implementing additional chain of thought, or "[Reflexion](https://github.com/noahshinn024/reflexion)", prompting should be able to make it more reliable.

Contributors welcome!

If you are unsure what to try, check out the ideas listed in the Projects part of the github repo.


## Features
You can specify the "identity" of the AI agent by editing the files in the `identity` folder.

Expand Down

0 comments on commit 7a25735

Please sign in to comment.