Skip to content
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

Closed
AntonOsika opened this issue Jun 20, 2023 · 6 comments
Closed

Run the benchmark with GPT 3.5 over different —steps-config #239

AntonOsika opened this issue Jun 20, 2023 · 6 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@AntonOsika
Copy link
Collaborator

AntonOsika commented Jun 20, 2023

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!)

@AntonOsika AntonOsika added help wanted Extra attention is needed good first issue Good for newcomers labels Jun 20, 2023
@ashutoshsom1
Copy link

can we use the GPT_Engineer with 3.5

@AntonOsika
Copy link
Collaborator Author

Yes, but will not work as well

@JackHan991
Copy link

$ gpt-engineer --model gpt-3.5-turbo
Traceback (most recent call last):

File "/Library/Frameworks/Python.framework/Versions/3.11/bin/gpt-engineer", line 8, in
sys.exit(app())

@omniNerd
Copy link

can we use the GPT_Engineer with 3.5

I would assume you would just change the model in the main.py file

@AntonOsika
Copy link
Collaborator Author

This is ✅

@Bruda27
Copy link

Bruda27 commented Dec 18, 2023

can we use the GPT_Engineer with 3.5

I would assume you would just change the model in the main.py file

Neither applying changes to AI.py nor Main, can modify the API invalid token or the version model
: during chat model creation azure.
openai_api_version=os.getenv("OPENAI_API_VERSION", "2023-05-15"),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants