mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
cleaner logging, avoid func formats with old models
This commit is contained in:
parent
6471b89033
commit
1251285ac8
2 changed files with 5 additions and 3 deletions
|
@ -22,6 +22,10 @@ def main():
|
|||
for model in models:
|
||||
for edit_format in edit_formats:
|
||||
# dump(model, edit_format)
|
||||
|
||||
if "-func" in edit_format and "-03" in model:
|
||||
continue
|
||||
|
||||
dirname = f"rungrid-{model}-{edit_format}"
|
||||
|
||||
cmd = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue