From 34513f651b6b4e04f014d6022f5e05e2553b6a89 Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Sun, 4 Jun 2023 00:24:10 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6aba34d..f2b0387 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # GPT Engineer -Specify what you want it to build, the AI asks for clarification, and then builds it. - -Even if it is complex. +Specify what you want it to build, the AI asks for clarification, and then builds it. Even if it is complex. ## Philosophy The philosophy of this project is that it should be be @@ -33,4 +31,4 @@ 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. \ No newline at end of file +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.