implemented accepts_multi_system_msgs

This commit is contained in:
Paul Gauthier 2024-04-30 07:57:29 -07:00
parent 2d16ee16ac
commit d38a38f0dd
2 changed files with 16 additions and 3 deletions

View file

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