From e53d6f467f63c6cf6dec10c7f2b380084ea1dbb1 Mon Sep 17 00:00:00 2001 From: Philipp Kohler <39829783+Snoup97@users.noreply.github.com> Date: Fri, 23 Jun 2023 10:17:52 +0000 Subject: [PATCH] fix typos --- benchmark/RESULTS.md | 2 +- gpt_engineer/steps.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/RESULTS.md b/benchmark/RESULTS.md index 200cfc2..5e39d2e 100644 --- a/benchmark/RESULTS.md +++ b/benchmark/RESULTS.md @@ -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: diff --git a/gpt_engineer/steps.py b/gpt_engineer/steps.py index 31f0b6e..503aad0 100644 --- a/gpt_engineer/steps.py +++ b/gpt_engineer/steps.py @@ -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) "