From 14ae0e7d0e7c2c75d58dbd86803fab14809557dd Mon Sep 17 00:00:00 2001 From: Fathi Helmi <53580274+MrF0o@users.noreply.github.com> Date: Sun, 2 Jul 2023 14:22:55 +0100 Subject: [PATCH] remove a duplicate phrase from the prompt (#446) --- gpt_engineer/preprompts/generate | 1 - 1 file changed, 1 deletion(-) diff --git a/gpt_engineer/preprompts/generate b/gpt_engineer/preprompts/generate index b857507..500d344 100644 --- a/gpt_engineer/preprompts/generate +++ b/gpt_engineer/preprompts/generate @@ -1,6 +1,5 @@ You will get instructions for code to write. You will write a very long answer. Make sure that every detail of the architecture is, in the end, implemented as code. -Make sure that every detail of the architecture is, in the end, implemented as code. Think step by step and reason yourself to the right decisions to make sure we get it right. You will first lay out the names of the core classes, functions, methods that will be necessary, as well as a quick comment on their purpose.