mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
copy
This commit is contained in:
parent
a2128e51a1
commit
9b4211fd85
4 changed files with 7 additions and 4 deletions
|
@ -864,7 +864,7 @@ class Commands:
|
|||
return self._generic_chat_command(args, "ask")
|
||||
|
||||
def cmd_code(self, args):
|
||||
"Ask for changes to your code using the best edit format"
|
||||
"Ask for changes to your code"
|
||||
return self._generic_chat_command(args, self.coder.main_model.edit_format)
|
||||
|
||||
def _generic_chat_command(self, args, edit_format):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue