mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
3.5 prompts
This commit is contained in:
parent
2bdfdb11bb
commit
56d2aa59ee
3 changed files with 8 additions and 3 deletions
|
@ -118,7 +118,8 @@ class Commands:
|
|||
"was reset and removed from git.\n"
|
||||
)
|
||||
|
||||
return prompts.undo_command_reply
|
||||
if self.coder.main_model != "gpt-3.5-turbo":
|
||||
return prompts.undo_command_reply
|
||||
|
||||
def cmd_diff(self, args):
|
||||
"Display the diff of the last aider commit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue