mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
Add dump function call to main function.
This commit is contained in:
parent
a096c6e5e4
commit
ea63f9b31f
1 changed files with 1 additions and 0 deletions
1
coder.py
1
coder.py
|
@ -511,6 +511,7 @@ def main():
|
|||
)
|
||||
|
||||
args = parser.parse_args()
|
||||
dump(args)
|
||||
|
||||
use_gpt_4 = not args.gpt_3_5_turbo
|
||||
fnames = args.files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue