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

Update default model to gpt-4-1106-preview #31

Closed
wants to merge 2 commits into from

Conversation

ankrgyl
Copy link
Contributor

@ankrgyl ankrgyl commented Nov 10, 2023

No description provided.

@ankrgyl ankrgyl requested a review from manugoyal November 10, 2023 21:47
Copy link
Contributor Author

@ankrgyl ankrgyl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep an eye on this but hold off for a bit...

Apparently rate limits currently very low for the model

@@ -136,7 +136,7 @@ def test_battle():
)

print(response.as_json(indent=2))
assert response.score == (1 if use_cot else 0)
assert response.score == 1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a hack -- seems like even without CoT, gpt-4-1106-preview gets the right answer :)

@ankrgyl ankrgyl closed this Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants