updated gpt-4-0314

This commit is contained in:
Paul Gauthier 2024-05-04 07:59:27 -07:00
parent c9dbca9d0e
commit 9b88f8caf6
2 changed files with 3 additions and 2 deletions

View file

@ -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: