mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
copy
This commit is contained in:
parent
0dacb3f540
commit
c66a771119
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ nav_exclude: true
|
|||
|
||||
|
||||
AI coding applications should avoid asking LLMs to return code as part of a structured
|
||||
JSON response,
|
||||
even though many LLMs have special support for returning JSON.
|
||||
JSON response.
|
||||
Even though many LLMs have special support for returning JSON,
|
||||
using it with code often causes lower quality code generation.
|
||||
A variant of the aider code editing benchmark clearly demonstrates that
|
||||
asking for JSON-wrapped code
|
||||
often harms coding performance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue