From ed45baf85a5d0dcfa5638d3a567356a66c2ce700 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 16 Aug 2024 06:38:37 -0700 Subject: [PATCH] copy --- aider/website/_posts/2024-08-14-code-in-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/_posts/2024-08-14-code-in-json.md b/aider/website/_posts/2024-08-14-code-in-json.md index fa774eb2e..40a582f0e 100644 --- a/aider/website/_posts/2024-08-14-code-in-json.md +++ b/aider/website/_posts/2024-08-14-code-in-json.md @@ -224,7 +224,7 @@ OpenAI appears to be making progress in allowing LLMs to return JSON-wrapped code without harming the code quality. But it seems premature to consider switching from plain text -to JSON-wrapped code. +to JSON-wrapped code at this time. ---------