mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
Improved support for gpt-3.5-turbo-16k
This commit is contained in:
parent
e468763c7d
commit
25a28e6f9c
5 changed files with 19 additions and 20 deletions
|
@ -183,7 +183,7 @@ class Commands:
|
|||
"was reset and removed from git.\n"
|
||||
)
|
||||
|
||||
if self.coder.main_model != models.GPT35:
|
||||
if self.coder.main_model in models.GPT4_models:
|
||||
return prompts.undo_command_reply
|
||||
|
||||
def cmd_diff(self, args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue