From 8e6774babd98ccd2b3a588f19f681970e17eda55 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 14:24:26 -0700 Subject: [PATCH] copy --- docs/ctags.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index 8a8ba9526..8e8456fc2 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -69,12 +69,10 @@ Mapping out the repo like this provides some benefits: - If it needs to see more code, GPT can use the map to figure out by itself which files it needs to look at. GPT will then ask to see these specific files, and `aider` will automatically add them to the chat context (with user approval). 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 minimizes the need for manual curation of -files to add to the chat, empowering GPT to autonomously identify +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 minimizes the need for manual curation of files to +add to the chat context, empowering GPT to autonomously identify relevant files for the task at hand. ## Using ctags to make the map