From b282e9c6b16c1fe42738fe5f84ba662fc679f1f3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 17:21:31 -0700 Subject: [PATCH] copy --- docs/ctags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index 61c89c5e4..1d0fc7f30 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -32,7 +32,7 @@ use the logging system", it needs to see the code in the Foo class with the prints, and it also needs to understand how the logging system works. -A simple solution is to send the **entire codebase** to GPT along with +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 to send**.