mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
implemented accepts_multi_system_msgs
This commit is contained in:
parent
2d16ee16ac
commit
d38a38f0dd
2 changed files with 16 additions and 3 deletions
|
@ -235,6 +235,9 @@ class Model:
|
|||
self.send_undo_reply = True
|
||||
return # <--
|
||||
|
||||
if "gpt-3.5" in model or "gpt-4" in model:
|
||||
self.accepts_multi_system_msgs = True
|
||||
|
||||
# use the defaults
|
||||
if self.edit_format == "diff":
|
||||
self.use_repo_map = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue