mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
Model.use_repo_map, Model.send_undo_reply
This commit is contained in:
parent
43ba638ac4
commit
122c1c4f6c
3 changed files with 7 additions and 3 deletions
|
@ -183,7 +183,7 @@ class Commands:
|
|||
"was reset and removed from git.\n"
|
||||
)
|
||||
|
||||
if self.coder.main_model.is_gpt4():
|
||||
if self.coder.main_model.send_undo_reply:
|
||||
return prompts.undo_command_reply
|
||||
|
||||
def cmd_diff(self, args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue