From 014ec6365eb299752751cc7fab490b46f784e678 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Thu, 16 May 2024 19:51:21 -0700 Subject: [PATCH] Update 2024-05-13-models-over-time.md --- _posts/2024-05-13-models-over-time.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-05-13-models-over-time.md b/_posts/2024-05-13-models-over-time.md index 3b7fa1980..34774b2df 100644 --- a/_posts/2024-05-13-models-over-time.md +++ b/_posts/2024-05-13-models-over-time.md @@ -18,7 +18,7 @@ Below is the aider chat transcript, which shows: - I launch aider with the yaml file, a file with other plots I've done recently (so GPT can crib the style) and an empty file called `over_time.py`. - Then I ask GPT to draw the scatterplot I want. -- I run the resulting script and share the output with GPT so it can fix a small bug. +- I run the resulting script and share the error output with GPT so it can fix a small bug. - I ask it to color the points for GPT-4 and GPT-3.5 family models differently, to better see trends within those model families. - I add a PNG of the graph to the chat, so GPT can see the current graph and understand why I want it to move the point labels so they don't overlap the points. - I work through a series of other small style changes, like changing fonts and the graph border.