ServiceNow / BrowserGym

BrowserGym, a gym environment for web task automation in the Chromium browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for GPT-4-Turbo

snehasquasher opened this issue · comments

the current implementation directs models to gpt-4-vision preview which is an older model with a low rate limit. Could we get an implementation with gpt-4-turbo?

jus changing the model name did not work in the code as it is assuming that gpt-4-turbo is not a vision based model when it does point to gpt-4-vision-preview. Could you suggest a fix?