From 68bca8b2e5ae170bdc9fd4007a50cad8c3be2560 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 17:13:58 -0700 Subject: [PATCH] copy --- docs/ctags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index 058c67aca..226bd5c93 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -6,8 +6,8 @@ code in larger code bases. Many common types of code changes require knowledge and context from multiple files scattered throughout a large repo. -This is a challenge for GPT-4, which can only consider 8k-tokens -worth of code which can fit in its context window. +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