mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
Generate instructions for all platforms
- Update prompt to create instructions for all 3 major OS platforms - Fix small typo
This commit is contained in:
@@ -97,8 +97,8 @@ def run_clarified(ai: AI, dbs: DBs):
|
|||||||
def execute_workspace(ai: AI, dbs: DBs):
|
def execute_workspace(ai: AI, dbs: DBs):
|
||||||
messages = ai.start(
|
messages = ai.start(
|
||||||
system=(
|
system=(
|
||||||
f"You will get infomation about a codebase that is currently on disk in the folder {dbs.workspace.path}.\n"
|
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 one code block that includes all the necessary macos terminal commands to "
|
"From this you will answer with code blocks that includes all the necessary Windows, MacOS, and Linux terminal commands to "
|
||||||
"a) install dependencies "
|
"a) install dependencies "
|
||||||
"b) run the necessary parts of the codebase to try it.\n"
|
"b) run the necessary parts of the codebase to try it.\n"
|
||||||
"Do not explain the code, just give the commands.\n"
|
"Do not explain the code, just give the commands.\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user