I've been able to set ChatGPT as a search engine option in my browser using the url `https://chat.openai.com/?m=%s`, which directly launches a new chat with my query.
Only, this defaults to gpt-3.5 regardless of what my settings are, and I really want it to default to gpt-4-browsing. I've tried adding a `model=gpt-4-browsing` to the query string, and that doesn't solve it. Anyone got any ideas?
I've also nearly got this working for BingChat, with the URL `https://www.bing.com/search?showconv=1&q=%s`, but for some reason I have to scroll around a bunch before it issues the chat. Has anyone else got this working?