mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24: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()
|
print()
|
||||||
|
|
||||||
prefix = "#### > "
|
prefix = "####"
|
||||||
if inp:
|
if inp:
|
||||||
hist = inp.splitlines()
|
hist = inp.splitlines()
|
||||||
else:
|
else:
|
||||||
|
@ -150,7 +150,6 @@ class InputOutput:
|
||||||
hist = f" \n{prefix} ".join(hist)
|
hist = f" \n{prefix} ".join(hist)
|
||||||
|
|
||||||
hist = f"""
|
hist = f"""
|
||||||
---
|
|
||||||
{prefix} {hist}"""
|
{prefix} {hist}"""
|
||||||
self.append_chat_history(hist, linebreak=True)
|
self.append_chat_history(hist, linebreak=True)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue