This commit is contained in:
Paul Gauthier 2024-09-29 16:05:00 -07:00
parent e5862ae81e
commit 0aaa37f528
2 changed files with 10 additions and 0 deletions

View file

@ -98,3 +98,9 @@ to reduce their "lazy coding" tendencies with other edit formats.
+class MathWeb:
```
````
## editor-diff and editor-whole
These are streamlined versions of the diff and whole formats, intended to be used
with `--editor-edit-format` when using
[architect mode](/docs/usage/modes.html).

View file

@ -44,6 +44,10 @@ After the main model replies, aider will offer to edit the files based on the re
This request goes to the "editor" model.
Aider has built in defaults to select an editor model based on your main model.
Or, you can choose an editor model yourself with `--editor-model <model>`.
The
["editor-diff" and "editor-whole" edit formats](/docs/more/edit-formats.html#editor-diff-and-editor-whole)
are recommended for use
by an Editor model.
Architect mode produces better results than code mode, but uses two LLM requests.
This probably makes it slower and more expensive than using code mode.