Update ctags.md

This commit is contained in:
paul-gauthier 2023-05-21 14:55:32 -07:00 committed by GitHub
parent cc3de6730a
commit d1ccd1328c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.