mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
added --colorize
This commit is contained in:
parent
ef3a5eedbe
commit
e6137a78cf
1 changed files with 1 additions and 1 deletions
2
coder.py
2
coder.py
|
@ -397,7 +397,7 @@ def main():
|
||||||
|
|
||||||
use_gpt_4 = not args.gpt_3_5_turbo
|
use_gpt_4 = not args.gpt_3_5_turbo
|
||||||
fnames = args.files
|
fnames = args.files
|
||||||
colorize = args.color
|
colorize = args.colorize
|
||||||
|
|
||||||
coder = Coder(use_gpt_4, fnames, colorize)
|
coder = Coder(use_gpt_4, fnames, colorize)
|
||||||
coder.run()
|
coder.run()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue