mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
do not preproc the message to helpcoder
This commit is contained in:
parent
c85f7d4f63
commit
e373c6522f
2 changed files with 9 additions and 6 deletions
|
@ -821,7 +821,7 @@ class Commands:
|
|||
"""
|
||||
user_msg += "\n".join(self.coder.get_announcements()) + "\n"
|
||||
|
||||
assistant_msg = coder.run(user_msg)
|
||||
assistant_msg = coder.run(user_msg, preproc=False)
|
||||
|
||||
self.coder.cur_messages += [
|
||||
dict(role="user", content=user_msg),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue