From ae3d6f282e6ced71162988de88d6465b1035f3fc Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Sun, 19 Nov 2023 09:14:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 127078bb61..ceef95ffe6 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ You can specify the "identity" of the AI agent by editing the files in the `prep Editing the `preprompts`, and evolving how you write the project prompt, is how you make the agent remember things between projects. -You can also automatically copy all `preprompts` files into your project folder using the cli parameter `--use-custom-prepompts`. This way you can have custom preprompts for all of your projects without the need to edit the main files. If you don't want to use the project specific prepromt files, simply delete them or run `gpt-engineer` without the cli param. +You can also automatically copy all `preprompts` files into your project folder using the cli parameter `--use-custom-prepompts`. This way you can have custom preprompts for all of your projects without the need to edit the main files. 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`.