From d1ccd1328cf8d6c9f4fb0ac742e2f9c46120166d Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sun, 21 May 2023 14:55:32 -0700 Subject: [PATCH] Update ctags.md --- docs/ctags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index 43b58402a..3794f57ce 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -35,7 +35,7 @@ system works. A simple solution is to send the **entire codebase** to GPT along with each change request. Now GPT has all the context! But even moderately sized repos won't fit in the 8k-token GPT-4 context window. An -improvement is to be selective, and hand pick which files from the +improved approach is to be selective, and hand pick which files from the repo to send. For the example above, you could send the file that contains Foo and the file that contains the logging subsystem.