From 9971547e8f9a462cdfbf68088821ac5f4175c35b Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:55:18 -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 83761b9ef..deba10118 100644 --- a/docs/llms.md +++ b/docs/llms.md @@ -254,7 +254,7 @@ Aider uses 3 different "edit formats" to collect code edits from different LLMs: - `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. -Aider is configured to use the best edit format for all the popular OpenAI and Anthropic models. +Aider is configured to use the best edit format for the popular OpenAI and Anthropic models and the other models recommended on this page. For lesser known models aider will default to using the "whole" editing format. If you would like to experiment with the more advanced formats, you can