From b06e765e688966d366a7ff95a22c530cafe05922 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 13 Jan 2025 08:58:26 -0800 Subject: [PATCH] copy --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 13f267a12..a276b66cb 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -1069,7 +1069,7 @@ class Commands: return self._generic_chat_command(args, self.coder.main_model.edit_format) def cmd_architect(self, args): - """Enter architect mode to discuss high-level design and architecture. If no prompt provided, switches to architect mode.""" # noqa + """Enter architect/editor mode using 2 different models. If no prompt provided, switches to architect/editor mode.""" # noqa return self._generic_chat_command(args, "architect") def _generic_chat_command(self, args, edit_format):