From f86884a797fe6555099eb8d9291e958cf7fccea9 Mon Sep 17 00:00:00 2001 From: Vicente Reyes <vr.github@outlook.com> Date: Sat, 17 Jun 2023 11:21:06 +0200 Subject: [PATCH 1/2] Minor formatting fixes in Readme; fix main python command --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8747e5420..e57fa84232 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ GPT Engineer is made to be easy to adapt, extend, and make your agent learn how **Run**: - Create a new empty folder with a `main_prompt` file (or copy the example folder `cp -r example/ my-new-project`) - Fill in the `main_prompt` in your new folder -- Run `python gpt-engineer/main.py my-new-project` +- Run `python gpt_engineer/main.py my-new-project` **Results**: - Check the generated files in my-new-project/workspace @@ -40,9 +40,9 @@ Contributors welcome! If you are unsure what to add, check out the ideas listed ## Features You can specify the "identity" of the AI agent by editing the files in the `identity` folder. -Editing the identity, and evolving the main_prompt, is currently how you make the agent remember things between projects. +Editing the identity, and evolving the `main_prompt`, is currently how you make the agent remember things between projects. -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. +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`. ## High resolution example From 0a39fdd7f81a812807bd28ed1c2071b8c383fe1d Mon Sep 17 00:00:00 2001 From: Patilla Code <patillacode@gmail.com> Date: Sat, 17 Jun 2023 18:10:55 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6379223fce..40899bb117 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ You can specify the "identity" of the AI agent by editing the files in the `iden Editing the identity, and evolving the `main_prompt`, is currently how you make the agent remember things between projects. -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`. +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`. ## Contributing 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.