From d71be27289102b1fb07faa1d97c448f4be877dd4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 May 2023 11:45:37 -0700 Subject: [PATCH] copy --- examples/census.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/census.md b/examples/census.md index dda73fce1..6c2a84cbb 100644 --- a/examples/census.md +++ b/examples/census.md @@ -4,7 +4,7 @@ Inspired by [Ethan Mollick's recent blog article about ChatGPT plugins](https://www.oneusefulthing.org/p/it-is-starting-to-get-strange), I used `aider` and GPT-4 to do data analysis of some US Census data. -I had GPT-4 tell me how to download census data, suggest some hypotheses to test and then write all the code to do all that and summarize and plot a graph of the results. +I had GPT-4 tell me how to download census data, suggest some hypotheses to test and then write the code to do all that, including a summary and plot of the results. ## Chat transcript