Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Supppor OpenAI's O1 #216

Merged
merged 3 commits into from
Sep 13, 2024
Merged

Supppor OpenAI's O1 #216

merged 3 commits into from
Sep 13, 2024

Conversation

mondaychen
Copy link
Contributor

This is to add support for o1-preview and o1-mini

A few changes I had to make to support o1:

  • using element.click() instead of debugger clicking. This might not always work because some website use layered elements. However, currently with text-only mode the model does not know whether an element is blocked.
  • commented out temperature and max_token because they do not work with o1

These are not ideal but should worth it for people who would like to try o1 on fuji. I'll improve the text-only mode prompts later.

@mondaychen mondaychen merged commit 0ac2899 into main Sep 13, 2024
3 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant