mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 20:55:09 +01:00
fixed typo 'parallell' -> 'parallel' (#297)
This commit is contained in:
@@ -170,7 +170,7 @@ def gen_entrypoint(ai, dbs):
|
|||||||
"From this you will answer with code blocks that includes all the necessary "
|
"From this you will answer with code blocks that includes all the necessary "
|
||||||
"unix terminal commands to "
|
"unix terminal commands to "
|
||||||
"a) install dependencies "
|
"a) install dependencies "
|
||||||
"b) run all necessary parts of the codebase (in parallell if necessary).\n"
|
"b) run all necessary parts of the codebase (in parallel if necessary).\n"
|
||||||
"Do not install globally. Do not use sudo.\n"
|
"Do not install globally. Do not use sudo.\n"
|
||||||
"Do not explain the code, just give the commands.\n"
|
"Do not explain the code, just give the commands.\n"
|
||||||
"Do not use placeholders, use example values (like . for a folder argument) "
|
"Do not use placeholders, use example values (like . for a folder argument) "
|
||||||
|
|||||||
Reference in New Issue
Block a user