by anant on 5/6/23, 3:51 PM with 1 comments
You can try the experience even if you don't have plugin access on ChatGPT through the demo on hn.kix.in - it's a loose approximation but should give you a sense of what's possible. I've been having a lot of fun getting concise answers from the collective wisdom on HN for a wide range of topics!
In many ways this work is similar to the "ShowHN: AskHN" [1] demo shown here a few months ago by the folks at patterns.app. The main differences are in the real-time data integration (you can ask questions about articles submitted as recently as 15 minutes ago), integration with the ChatGPT plugin API, use of GPT-3.5-turbo instead of GPT-3 "davinci", and different approaches taken for embedding generation and semantic search.
The source code for everything is on Github [2], pull requests are most welcome.
[1] https://news.ycombinator.com/item?id=34897773 [2] https://github.com/anantn/hn-chatgpt-plugin
by imagine99 on 5/8/23, 1:55 PM