mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
updated gpt-4-0314
This commit is contained in:
parent
c9dbca9d0e
commit
9b88f8caf6
2 changed files with 3 additions and 2 deletions
|
@ -878,7 +878,8 @@ def summarize_results(dirname):
|
|||
csv.append(f"{first:.1f}")
|
||||
|
||||
csv.append(" ".join(variants["edit_format"]))
|
||||
csv.append("aider")
|
||||
model = variants["model"].pop()
|
||||
csv.append(f"aider --model {model}")
|
||||
versions = set()
|
||||
for hsh in variants["commit_hash"]:
|
||||
if not hsh:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue