This commit is contained in:
Paul Gauthier 2023-05-21 17:21:31 -07:00
parent e45064c2ee
commit b282e9c6b1

View file

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