I've written a UserScript which allows me to better control which model to use, so I thought I'd share it.<p>I started writing the UserScript a couple of months back, because I'd rather get faster GPT3.5 response, than getting limited with 4o every now and then.<p>It's hacky at best, but it does the job. In short, choose either:<p>- Auto, where OpenAI would decide what's best<p>- GPT3.5, available until OpenAI actually sunsets the model<p>- GPT 4o mini, so you can save your 4o calls for more complex queries<p><a href="https://github.com/altbdoor/userscripts/raw/master/force-gpt3.user.js">https://github.com/altbdoor/userscripts/raw/master/force-gpt...</a><p>You will need a UserScript browser extension, and then install the extension above:<p>- <a href="https://violentmonkey.github.io/" rel="nofollow">https://violentmonkey.github.io/</a>
- <a href="https://www.tampermonkey.net/" rel="nofollow">https://www.tampermonkey.net/</a>