Can I submit query to Gemini/Bard or other LLM by using an URL shortcut and search engine shortcut with %s URL trick?
User is heavy user of search engine shortcuts in browser. It saves a step of going to a website in step 1.
Assume a query like:
“Suggest 7 day trip itinerary to southern France to some LLM.”
Can I just type 'llm Suggest 7 day trip itinerary to southern France to some LLM' to browser? (or other shortcut string besides llm.
Top Answer/Comment:
I was just looking into this myself. So far I've found the following:
- Anthropic Claude:
https://claude.ai/new?q=%s
- OpenAI ChatGPT:
https://chatgpt.com/?q=%s
- Mistral Le Chat:
https://chat.mistral.ai/chat?q=%s
No luck with these to date:
- Google Gemini: In Google Chrome you can use
@gemini <query>. Examining the request that is sent, it sticks the query into a http header so can't use a simple URL substitution. Presumably this was done on purpose.
- Meta AI: Doesn't seem to support this.
상단 광고의 [X] 버튼을 누르면 내용이 보입니다