From 9ab185a88fa1a5c52a9497e8b3767c99a13fd700 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:57:18 -0700 Subject: [PATCH] Update 2024-08-14-code-in-json.md --- 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 119059015..71f789ed1 100644 --- a/aider/website/_posts/2024-08-14-code-in-json.md +++ b/aider/website/_posts/2024-08-14-code-in-json.md @@ -1,6 +1,6 @@ --- title: LLMs are bad at returning code in json -excerpt: LLMs write worse code if you ask them to return the code wrapped in json via a tool/function call. +excerpt: LLMs write worse code if you ask them to return the code wrapped in json (via a tool or function call). highlight_image: /assets/code-in-json.jpg draft: true nav_exclude: true