From c99f24255579bcf1b669d5c4f4d0963d4fe3b4a5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 14:43:25 -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 6c93418fd..50af93a0b 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -1,8 +1,8 @@ # Enhancing GPT-4's understanding of repos using ctags -While GPT-4 excels at coding tasks, it struggles with making -modifications within large code bases. +While GPT-4 excels at coding tasks, it struggles with modifying +code in larger code bases. Many common types of code changes require knowledge and context from multiple files scattered throughout a large repo.