fix typos

This commit is contained in:
Philipp Kohler
2023-06-23 10:17:52 +00:00
parent 1b2831ab85
commit e53d6f467f
2 changed files with 2 additions and 2 deletions

View File

@@ -181,7 +181,7 @@ def gen_entrypoint(ai, dbs):
"From this you will answer with code blocks that includes all the necessary "
"unix terminal commands to "
"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 explain the code, just give the commands.\n"
"Do not use placeholders, use example values (like . for a folder argument) "