mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
accepts_multi_system_msgs -> reminder_as_sys_msg
This commit is contained in:
parent
31b7ed3660
commit
e76d1c0cfa
2 changed files with 15 additions and 15 deletions
|
@ -573,7 +573,7 @@ class Coder:
|
|||
|
||||
# Add the reminder prompt if we still have room to include it.
|
||||
if total_tokens < self.main_model.info.get("max_input_tokens", 0):
|
||||
if self.main_model.accepts_multi_system_msgs:
|
||||
if self.main_model.reminder_as_sys_msg:
|
||||
messages += reminder_message
|
||||
elif final["role"] == "user":
|
||||
# stuff it into the user message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue