From b7be2a8d01546ad9aaba63c787de39678976b2c5 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Mon, 22 May 2023 17:13:06 -0700 Subject: [PATCH] Update ctags.md --- docs/ctags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index 75eb98020..06bbae2cf 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -8,8 +8,8 @@ But it's difficult to use GPT-4 to modify or extend a large, complex pre-existing codebase. To modify such code, GPT needs to understand the dependencies and APIs which interconnect all of its subsystems. -Depending on the coding task, it may not be obvious -how to determine which parts of the codebase are relevent to solving the task. +Depending on the coding task, it may be hard + to determine which parts of the codebase are relevent to solving the task. Even assuming we can identify all the needed context, we must ensure that it fits within GPT-4's 8k-token context window.