From 9b4a6b7f490dfee012762bbd5b512519297eb4ca Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 6 Jun 2023 10:48:50 -0700 Subject: [PATCH] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4381433f6..170150a86 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ to set many options. See `aider --help` for details. * GPT knows about a lot of standard tools and libraries, but may get some of the fine details wrong about APIs and function arguments. You can paste doc snippets into the chat to resolve these issues. * `aider` will notice if you launch it on a git repo with uncommitted changes and offer to commit them before proceeding. * GPT can only see the content of the files you specifically "add to the chat". Aider also sends GPT-4 a [map of your entire git repo](https://aider.chat/docs/ctags.html). So GPT may ask to see additional files if it feels that's needed for your requests. -* I also shared some [more GPT coding tips on Hacker News](https://news.ycombinator.com/item?id=36211879). +* I also shared some more [GPT coding tips on Hacker News](https://news.ycombinator.com/item?id=36211879). ## Limitations