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.
This is to add support for o1-preview and o1-mini
A few changes I had to make to support o1:
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.temperature
andmax_token
because they do not work with o1These 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.