mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44: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():
|
def main():
|
||||||
models = [
|
models = [
|
||||||
"gpt-3.5-turbo-0301",
|
# "gpt-3.5-turbo-0301",
|
||||||
"gpt-3.5-turbo-0613",
|
# "gpt-3.5-turbo-0613",
|
||||||
"gpt-3.5-turbo-16k-0613",
|
# "gpt-3.5-turbo-16k-0613",
|
||||||
|
"gpt-4-0314",
|
||||||
|
"gpt-4-0613",
|
||||||
]
|
]
|
||||||
edit_formats = [
|
edit_formats = [
|
||||||
"diff",
|
"diff",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue