Hacker News new | ask | show | jobs
by lygten 983 days ago
Awesome project. I have it installed using Docker. Is there a way of having just show the links, instead of waiting for the details to load. Seems that this would make it much faster. Is there an option to choose an alternative search engine. Edit: Ok. Found it in the code. `https://links.duckduckgo.com/d.js?q=${query}&o=json&vqd=${vq...`
1 comments

Ah! It was first implemented writing only the summary of the link results, as you mentioned, but I noticed the responses were not as good as they are now. Summarizing each link and then rewriting the response based on them made a noticeable difference for that small-sized model. But I'll take note of that, as it can indeed be added as a configurable setting.

Regarding the search engine, currently, there's no way to use a different one. At that point, the only search engine I knew could work was DuckDuckGo, but after the suggestion from @hackideiomat in the comments, I already started looking into adding it as a customization.

Thanks for your feedback!