From b28c4154730b0af003028b30b0f4924bf76809f1 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Fri, 20 Oct 2023 19:44:54 -0700 Subject: [PATCH] Update repomap.md --- docs/repomap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repomap.md b/docs/repomap.md index 4034eff03..8cf05c88b 100644 --- a/docs/repomap.md +++ b/docs/repomap.md @@ -25,7 +25,7 @@ This article is going to focus on the problem of "code context" (2): - We need to help GPT understand the overall codebase. - This will help it understand the code it needs to change, which may depend on other parts of the codebase. - It will also help GPT write new code and modify the existing code in a way -that respect and utilize existing libraries, modules and abstractions +that respects and utilizes existing libraries, modules and abstractions found elsewhere in the codebase. - We must convey all of this "code context" to GPT in an efficient manner that fits within the limited context window.