diff --git a/gpt_engineer/steps.py b/gpt_engineer/steps.py index 60fea23..7f18dee 100644 --- a/gpt_engineer/steps.py +++ b/gpt_engineer/steps.py @@ -97,8 +97,8 @@ def run_clarified(ai: AI, dbs: DBs): def execute_workspace(ai: AI, dbs: DBs): messages = ai.start( system=( - f"You will get infomation about a codebase that is currently on disk in the folder {dbs.workspace.path}.\n" - "From this you will answer with one code block that includes all the necessary macos terminal commands to " + f"You will get information about a codebase that is currently on disk in the folder {dbs.workspace.path}.\n" + "From this you will answer with code blocks that includes all the necessary Windows, MacOS, and Linux terminal commands to " "a) install dependencies " "b) run the necessary parts of the codebase to try it.\n" "Do not explain the code, just give the commands.\n"