public URL parameter that pre‑loads a specific prompt
It would be nice to have a public URL parameter that pre‑loads a specific prompt, such as https://lumo.proton.me&q=my_specific_prompt because this would make it possible to define "search"-shortcuts in Browsers or for example in krunner under Linux to open Lumo directly with a starting-prompt.
-
Anonymous
commented
I think this would be super useful. It’d allow adding Lumo as a search provider in web browsers, or force redirecting other LLMs (e.g. ChatGPT) to Lumo using regex redirection with something like Redirect Web on iOS.
I’m guessing the endpoint would be something more like https://lumo.proton.me/?q=What%20is%20Lumo%3F&websearch=1
Obviously this would just be an entry point into a new chat prompt rather than GETting an entire existing chat prompt history via the URL. There would be something of a privacy tradeoff for starting a chat this way as you will leak the initial prompt into any network monitoring equipment that logs network requests, so be mindful with using it in networks you don’t control (work, public Wi-Fi, 4G, etc). And that may even be why this isn’t possible at the moment.