From e45064c2eea0b4fb2446e526cea65c75e3f02e37 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 17:21:10 -0700 Subject: [PATCH] copy --- docs/ctags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index 53568f80b..61c89c5e4 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -35,8 +35,8 @@ 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 context window. An -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 +improved approach is to be selective, and **hand pick which files to send**. +For the example above, you could send the file that contains Foo and the file that contains the logging subsystem. This works pretty well, and is how `aider` previously worked. You