Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Sep 29, 2024
1 parent e5862ae commit 0aaa37f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aider/website/docs/more/edit-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions aider/website/docs/usage/modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0aaa37f

Please sign in to comment.