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 # Enhancing GPT-4's understanding of repos using ctags
While GPT-4 excels at coding tasks, it struggles with making While GPT-4 excels at coding tasks, it struggles with modifying
modifications within large code bases. code in larger code bases.
Many common Many common
types of code changes require knowledge and context from multiple files types of code changes require knowledge and context from multiple files
scattered throughout a large repo. scattered throughout a large repo.