mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
Update benchmarks
This commit is contained in:
@@ -157,9 +157,9 @@ def gen_entrypoint(ai, dbs):
|
||||
messages = ai.start(
|
||||
system=(
|
||||
"You will get information about a codebase that is currently on disk in "
|
||||
f"the folder {dbs.workspace.path}.\n"
|
||||
"the current folder.\n"
|
||||
"From this you will answer with code blocks that includes all the necessary "
|
||||
"Windows, MacOS, and Linux terminal commands to "
|
||||
"unix terminal commands to "
|
||||
"a) install dependencies "
|
||||
"b) run all necessary parts of the codebase (in parallell if necessary).\n"
|
||||
"Do not install globally. Do not use sudo.\n"
|
||||
|
||||
Reference in New Issue
Block a user