3.5 prompts

This commit is contained in:
Paul Gauthier 2023-06-04 13:59:43 -07:00
parent 2bdfdb11bb
commit 56d2aa59ee
3 changed files with 8 additions and 3 deletions

View file

@ -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"