Update ctags.md

This commit is contained in:
paul-gauthier 2023-05-22 17:17:53 -07:00 committed by GitHub
parent b7be2a8d01
commit 7dcde43d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,8 +52,7 @@ each change request. Now GPT has all the context! But this won't work
for even moderately for even moderately
sized repos that won't fit in the 8k-token context window. sized repos that won't fit in the 8k-token context window.
An A better approach is to be selective, and **hand pick which files to send**.
improved approach is to be selective, and **hand pick which files to send**.
For the example above, you could send the file that For the example above, you could send the file that
contains Foo and the file that contains the BarLog logging subsystem. contains Foo and the file that contains the BarLog logging subsystem.
This works pretty well, and is supported by `aider`: you This works pretty well, and is supported by `aider`: you