From b2ef21fd4d12d1580b5debb9d7583583dda945a1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 May 2023 12:20:07 -0700 Subject: [PATCH] copy --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4fa1ef10e..a6ac737c0 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Here are some example transcripts that show how you can chat with `aider` to wri * [**Create a Black Box Test Case**](https://aider.chat/examples/add-test.html): GPT creates a "black box" test case without access to the source of the method being tested, using only a [high level map of the repository based on ctags](https://aider.chat/docs/ctags.html). +* [**Download, analyze and plot US Census data**](https://aider.chat/examples/census.html): GPT-4 downloads census data, suggests some hypotheses to test, tests one and then summarizes and plots a graph of the results. + You can find more chat transcripts on the [examples page](https://aider.chat/examples/). ## Features