From 08f8c8c0f591aad9a5bec5c703c2ddac0d4158f4 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:14:34 -0700 Subject: [PATCH] Update llms.md --- docs/llms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/llms.md b/docs/llms.md index 3e243d028..787c15fa6 100644 --- a/docs/llms.md +++ b/docs/llms.md @@ -141,7 +141,7 @@ for more details. Aider uses 3 different "edit formats" to collect code edits from different LLMs: - `whole` is a "whole file" editing format, where the model edits a file by returning a full new copy of the file with any changes included. -- `diff` is a more efficient diff style format, where the model specified blocks of code to search and replace in order to made changes to files. +- `diff` is a more efficient diff style format, where the model specifies blocks of code to search and replace in order to made changes to files. - `udiff` is the most efficient editing format, where the model returns unified diffs to apply changes to the file. Different models work best with different editing formats.