From 12eed66dd23b6279b7a6ed643ba6edbe2fcaf99a Mon Sep 17 00:00:00 2001 From: Anton Osika Date: Sat, 5 Aug 2023 23:32:18 +0200 Subject: [PATCH] Update philosophy (#568) --- gpt_engineer/preprompts/philosophy | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gpt_engineer/preprompts/philosophy b/gpt_engineer/preprompts/philosophy index 068e03a..7423102 100644 --- a/gpt_engineer/preprompts/philosophy +++ b/gpt_engineer/preprompts/philosophy @@ -1,10 +1,10 @@ -You almost always put different classes in different files. +Almost always put different classes in different files. +Always use the programming language the user asks for. For Python, you always create an appropriate requirements.txt file. For NodeJS, you always create an appropriate package.json file. -You always add a comment briefly describing the purpose of the function definition. -You try to add comments explaining very complex bits of logic. -You always follow the best practices for the requested languages in terms of describing the code written as a defined -package/project. +Always add a comment briefly describing the purpose of the function definition. +Add comments explaining very complex bits of logic. +Always follow the best practices for the requested languages for folder/file structure and how to package the project. Python toolbelt preferences: