-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run the benchmark with GPT 3.5 over different —steps-config #239
Comments
can we use the GPT_Engineer with 3.5 |
Yes, but will not work as well |
$ gpt-engineer --model gpt-3.5-turbo File "/Library/Frameworks/Python.framework/Versions/3.11/bin/gpt-engineer", line 8, in |
I would assume you would just change the model in the main.py file |
This is ✅ |
|
We have scripts/benchmark.py.
If we run it over more configs and store the results to RESULTS.md we will clearly be able to see what works and what does not.
Would also be great to let the script ask for “did it work?” after each run and record the output to a markdown table like benchmark/RESULTS.md (and maybe append it with some metadata to that file!)
The text was updated successfully, but these errors were encountered: