mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
updated md chat log format
This commit is contained in:
parent
11c0dd89d9
commit
6ea9085eec
1 changed files with 1 additions and 2 deletions
|
@ -141,7 +141,7 @@ class InputOutput:
|
|||
|
||||
print()
|
||||
|
||||
prefix = "#### > "
|
||||
prefix = "####"
|
||||
if inp:
|
||||
hist = inp.splitlines()
|
||||
else:
|
||||
|
@ -150,7 +150,6 @@ class InputOutput:
|
|||
hist = f" \n{prefix} ".join(hist)
|
||||
|
||||
hist = f"""
|
||||
---
|
||||
{prefix} {hist}"""
|
||||
self.append_chat_history(hist, linebreak=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue