From 96106bdc16100fb5612fdda04f960314e66a5f87 Mon Sep 17 00:00:00 2001 From: PatillaCode Date: Sun, 18 Jun 2023 16:30:51 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9df4ff6..beec4ac 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ cp -r projects/example/ projects/my-new-project - Optionally pass in `true` to delete the working files before running **Results**: -- Check the generated files in projects/my-new-project/workspace +- Check the generated files in `projects/my-new-project/workspace` ### Limitations Implementing additional chain of thought prompting, e.g. [Reflexion](https://github.com/noahshinn024/reflexion), should be able to make it more reliable and not miss requested functionality in the main prompt.