Skip to content

Commit b85ccf5

Browse files
committed
Update readme
1 parent 40ec83a commit b85ccf5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ With an api key that has GPT4 access run:
4949
**Results**
5050
- Check the generated files in `projects/my-new-project/workspace`
5151

52-
### Limitations
53-
Implementing additional chain of thought prompting, e.g. [Reflexion](https://github.com/noahshinn024/reflexion), should be able to make it more reliable and not miss requested functionality in the main prompt.
54-
55-
Contributors welcome! If you are unsure what to add, check out the ideas listed in the Projects tab in the GitHub repo.
56-
5752

5853
## Features
5954
You can specify the "identity" of the AI agent by editing the files in the `identity` folder.
@@ -63,7 +58,11 @@ Editing the identity, and evolving the `main_prompt`, is currently how you make
6358
Each step in `steps.py` will have its communication history with GPT4 stored in the logs folder, and can be rerun with `scripts/rerun_edited_message_logs.py`.
6459

6560
## Contributing
66-
If you want to contribute, please check out the [projects](https://github.com/AntonOsika/gpt-engineer/projects?query=is%3Aopen) or [issues tab](https://github.com/AntonOsika/gpt-engineer/issues) in the GitHub repo and please read the [contributing document](.github/CONTRIBUTING.md) on how to contribute. Here is our [Discord 💬](https://discord.gg/4t5vXHhu)
61+
We are building the open platform for devs to tinker with and build their personal code-generation toolbox.
62+
63+
If you want to contribute, please check out the [roadmap](https://github.com/AntonOsika/gpt-engineer/blob/main/ROADMAP.md), [projects](https://github.com/AntonOsika/gpt-engineer/projects?query=is%3Aopen) or [issues tab](https://github.com/AntonOsika/gpt-engineer/issues) in the GitHub repo. You are welcome to read the [contributing document](.github/CONTRIBUTING.md) and join our [Discord 💬](https://discord.gg/4t5vXHhu).
64+
65+
We are currently looking for more maintainers and community organisers. Email [email protected] if you are interested in an official role.
6766

6867

6968
## Example

0 commit comments

Comments
 (0)