From 8c0bfeb392be0fbbfbaaa73923f3433bc4f25abc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 16 May 2024 18:09:41 -0700 Subject: [PATCH] copy --- _posts/2024-05-13-models-over-time.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-05-13-models-over-time.md b/_posts/2024-05-13-models-over-time.md index dbac39361..1690d4073 100644 --- a/_posts/2024-05-13-models-over-time.md +++ b/_posts/2024-05-13-models-over-time.md @@ -1,11 +1,11 @@ --- title: Drawing graphs with aider, GPT-4o and matplotlib excerpt: Use GPT-4o to draw graphs with matplotlib, including adjusting styles and making visual changes. You get the graph, but you also get the code in your repo. -highlight_image: assets/models-over-time.png +highlight_image: /assets/models-over-time.png --- # Drawing graphs with aider, GPT-4o and matplotlib -![LLM coding skill over time](assets/models-over-time.svg) +![LLM coding skill over time](/assets/models-over-time.svg) I recently wanted to draw a graph showing how LLM code editing skill has been changing over time as new models have been released by OpenAI, Anthropic and others.