From 71f28e09c9820e31d53e2314ffc7813a71729623 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 17:27:01 -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 fe1c7bccc..6a9c6fda2 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -10,7 +10,7 @@ This is a challenge for GPT-4, which can only fit 8k-tokens worth of code in its context window. To address this issue, `aider` has -introduced an experimental feature that utilizes `ctags` to provide +a new experimental feature that utilizes `ctags` to provide GPT with a **repo map**, enabling it to better comprehend and navigate larger repositories.