From 0d55a5103361b04b93d92787e12547db97c39753 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 27 Sep 2024 10:27:33 -0700 Subject: [PATCH] copy --- aider/website/docs/config/options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/docs/config/options.md b/aider/website/docs/config/options.md index bcf5d4e1f..bef493a3d 100644 --- a/aider/website/docs/config/options.md +++ b/aider/website/docs/config/options.md @@ -204,11 +204,11 @@ Environment variable: `AIDER_ARCHITECT` Specify the model to use for commit messages and chat history summarization (default depends on --model) Environment variable: `AIDER_WEAK_MODEL` -### `--editor-model JUNIOR_MODEL` +### `--editor-model EDITOR_MODEL` Specify the model to use for editor tasks (default depends on --model) Environment variable: `AIDER_EDITOR_MODEL` -### `--editor-edit-format JUNIOR_EDIT_FORMAT` +### `--editor-edit-format EDITOR_EDIT_FORMAT` Specify the edit format for the editor model (default: depends on editor model) Environment variable: `AIDER_EDITOR_EDIT_FORMAT`