This commit is contained in:
Paul Gauthier 2023-05-21 14:43:25 -07:00
parent a81c94b197
commit c99f242555

View file

@ -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.