updated md chat log format

This commit is contained in:
Paul Gauthier 2023-05-17 13:45:27 -07:00
parent 11c0dd89d9
commit 6ea9085eec

View file

@ -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)