From 23c4e654e138c01490043c848a3717f01a1886c4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 25 May 2023 19:09:59 -0700 Subject: [PATCH] copy --- docs/ctags.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ctags.md b/docs/ctags.md index e48ca78ab..35cac2263 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -40,6 +40,10 @@ Using only the meta-data in the repo map, GPT is able to figure out how to call the method to be tested, as well as how to instantiate multiple class objects that are required to prepare for the test. +To use the techniques discussed in this +article to code with GPT-4, +[download the open source `aider` command-line chat tool from github](https://github.com/paul-gauthier/aider) and run it with `--ctags`. + ## The problem: code context