This commit is contained in:
Paul Gauthier 2024-08-11 10:02:15 -07:00
parent a2128e51a1
commit 9b4211fd85
4 changed files with 7 additions and 4 deletions

View file

@ -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):