From 50f2de631f578019989b964747bfe3b6393280c5 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Mon, 26 Jun 2023 13:19:34 -0700 Subject: [PATCH] Improve image sizes. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c880bf4..0251ebb 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ To ask this question, the key things to remember are: Here's what that looks like. -![GPT4 converting a test from 5 to 4](gpt4-junit5-to-4.png) + + If you ask that same question using GPT-3.5 instead of GPT-4 (try it yourself!), you get almost the same answer, except: @@ -54,7 +55,7 @@ If you ask that same question using GPT-3.5 instead of GPT-4 (try it yourself!), In this case it's not a huge difference, but it demonstrates how GPT4 can do a much better job explaining itself. If you don't like the static assertions, just tell that to ChatGPT. -![Tell ChatGPT you don't want static imports](gpt4-junit5-to-4-no-static-import.png) + ### Things to ask