Update benchmarks

This commit is contained in:
Anton Osika
2023-06-18 15:56:10 +02:00
parent ef6a752f5e
commit 16a3278ee3
5 changed files with 26 additions and 33 deletions

View File

@@ -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"