From 006f8e4f734679a9ad87287521f714cc7e3b0602 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 22 May 2023 15:57:35 -0700 Subject: [PATCH] copy --- docs/ctags.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index ea616483c..1531b2be7 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -8,9 +8,9 @@ a complex pre-existing codebase, which has many dependencies between different parts of the system. To modify such code, GPT needs to understand all of these dependencies. And depending on the assigned coding task, it may not be obvious -how to even determine which parts of the repo are relevent to the task. -Further, assuming we can identify the correct context, it still -needs to fit within GPT-4's 8k-token +how to even determine which parts of the codebase are relevent to solving the task. +Further, assuming we can identify all the needed context, we must +ensure that it fits within GPT-4's 8k-token context window. To address this issue, `aider` has