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.