zaidmukaddam / miniperplx

A minimalistic AI-powered search engine that helps you find information on the internet. Powered by Vercel AI SDK Search with models like GPT-4o mini, GPT-4o and Claude 3.5 Sonnet(New)!
https://mplx.run/search
MIT License
495 stars 61 forks source link

Does MiniPerplx allow for search querying by URL parameters like Google do? #9

Closed banditByte closed 1 month ago

banditByte commented 1 month ago

I'm wondering if I can pass a search query in the following way: "https://mplx.run/search?query=search+query"?

zaidmukaddam commented 1 month ago

Not yet but I can add that feature! Thanks for the suggestion, will ship it by weekend!

banditByte commented 1 month ago

Thank you for the quick response. I like your willingness to develop your service. It's very nice when developers promptly respond to user suggestions. By the way, it would be really convenient if it were possible to pass not only the text of the search query using an URL parameter, but also the other search parameters. To choose which model should be used for the response, for example (OpenAI or Claude), and so on.

Thank you very much for your search system. I really like it so far.

zaidmukaddam commented 1 month ago

Hey! this feature has now been added to MiniPerplx! You can check the model configs to use here.

Try this example: https://mplx.run/search?query=Sam+Altman&model=azure:gpt4o-mini

Also I will be closing this issue as this feature has now been added.