mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
remove console
This commit is contained in:
parent
69b9a4510d
commit
f4853d166f
1 changed files with 0 additions and 5 deletions
|
@ -313,11 +313,6 @@ class Coder:
|
||||||
self.dry_run = dry_run
|
self.dry_run = dry_run
|
||||||
self.pretty = self.io.pretty
|
self.pretty = self.io.pretty
|
||||||
|
|
||||||
if self.pretty:
|
|
||||||
self.console = Console()
|
|
||||||
else:
|
|
||||||
self.console = Console(force_terminal=False, no_color=True)
|
|
||||||
|
|
||||||
self.main_model = main_model
|
self.main_model = main_model
|
||||||
|
|
||||||
if cache_prompts and self.main_model.cache_control:
|
if cache_prompts and self.main_model.cache_control:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue