mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
ugh
This commit is contained in:
parent
4feb57e9c9
commit
4840cb0966
2 changed files with 4 additions and 1 deletions
2
coder.py
2
coder.py
|
@ -164,7 +164,7 @@ class Coder:
|
|||
edited_message += '</redacted>'
|
||||
cur_messages.pop()
|
||||
cur_messages += [
|
||||
dict(role = 'assistant', content = edited_message),
|
||||
dict(role = 'user', content = edited_message),
|
||||
]
|
||||
done_messages += cur_messages
|
||||
cur_messages = []
|
||||
|
|
|
@ -33,6 +33,9 @@ example.py
|
|||
=======
|
||||
# Function to multiply two numbers using the standard algorithm
|
||||
>>>>>>> UPDATED
|
||||
|
||||
Be selective!
|
||||
Only return the parts of the code which need changes!
|
||||
'''
|
||||
|
||||
returned_code = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue