mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
run gpt-4 benchmarks
This commit is contained in:
parent
bddc5a36f0
commit
506bfe2076
1 changed files with 5 additions and 3 deletions
|
@ -8,9 +8,11 @@ from aider.dump import dump # noqa: F401
|
|||
|
||||
def main():
|
||||
models = [
|
||||
"gpt-3.5-turbo-0301",
|
||||
"gpt-3.5-turbo-0613",
|
||||
"gpt-3.5-turbo-16k-0613",
|
||||
# "gpt-3.5-turbo-0301",
|
||||
# "gpt-3.5-turbo-0613",
|
||||
# "gpt-3.5-turbo-16k-0613",
|
||||
"gpt-4-0314",
|
||||
"gpt-4-0613",
|
||||
]
|
||||
edit_formats = [
|
||||
"diff",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue