From bb084103762df5c2b910ae9c8e17d17e49eb059f Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 May 2023 20:44:20 -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 38b845375..5ba5f0b13 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 ask GPT-4 how to download census data and to suggest some +I asked GPT-4 how to download census data and to suggest some hypotheses to test. I asked it to write the code to get the data, test one of the hypotheses and provide a summary and plot of the results.