This commit is contained in:
Paul Gauthier 2023-07-05 14:44:45 -07:00
parent 640a463a9c
commit 43103978b5

View file

@ -124,7 +124,7 @@ class InputOutput:
else:
self.chat_history_file = None
if pretty and not self.output:
if pretty:
self.console = Console()
else:
self.console = Console(force_terminal=False, no_color=True)