From cf5fa778c8a7536135b6bc60f0e441b1415b2aec Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Sun, 21 May 2023 15:04:22 -0700 Subject: [PATCH] Update ctags.md --- docs/ctags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index 24c30a667..37c867c3b 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -75,7 +75,7 @@ Mapping out the repo like this provides some benefits: Of course, for large repositories, even their map might be too large for the context window. However, this mapping approach opens up the ability to collaborate with GPT-4 on larger codebases than previous -methods. It also reduces the need for manually curating which files to +methods. It also reduces the need to manually curate which files to add to the chat context, empowering GPT to autonomously identify relevant files for the task at hand.