Skip to content

Commit

Permalink
Merge pull request AntonOsika#359 from Snoup97/fix-typo
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
FOLLGAD authored Jun 23, 2023
2 parents 05c685e + e53d6f4 commit bc6371b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/RESULTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Uncaught ReferenceError: module is not defined

- failure mode: placeholder text

url_shortner starts but gets the error:
url_shortener starts but gets the error:
SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 8636125824 and this is thread id 13021003776.

markdown_editor:
Expand Down
2 changes: 1 addition & 1 deletion gpt_engineer/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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) "
Expand Down

0 comments on commit bc6371b

Please sign in to comment.