mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
copy
This commit is contained in:
parent
ac26fc6d5f
commit
b06e765e68
1 changed files with 1 additions and 1 deletions
|
@ -1069,7 +1069,7 @@ class Commands:
|
||||||
return self._generic_chat_command(args, self.coder.main_model.edit_format)
|
return self._generic_chat_command(args, self.coder.main_model.edit_format)
|
||||||
|
|
||||||
def cmd_architect(self, args):
|
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")
|
return self._generic_chat_command(args, "architect")
|
||||||
|
|
||||||
def _generic_chat_command(self, args, edit_format):
|
def _generic_chat_command(self, args, edit_format):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue