mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
Updated benchmark reports
This commit is contained in:
parent
a15ac7ebb6
commit
1d0bc3dcb6
5 changed files with 796 additions and 875 deletions
|
@ -77,8 +77,8 @@ def show_stats(dirnames, graphs):
|
|||
elif row.model.startswith(gpt4):
|
||||
row.model = gpt4 + "\n" + row.model[len(gpt4) :]
|
||||
|
||||
if row.model == "gpt-4\n-1106-preview":
|
||||
row.model += "\n(preliminary)"
|
||||
# if row.model == "gpt-4\n-1106-preview":
|
||||
# row.model += "\n(preliminary)"
|
||||
|
||||
if row.completed_tests < 133:
|
||||
print(f"Warning: {row.dir_name} is incomplete: {row.completed_tests}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue