Spaces:
Runtime error
Runtime error
ask-reddit-gpt
AskRedditGPT is a tool that takes in a query, sends it over to Reddit, and returns an answer based on relevant posts/comments.
Methodology
- Take in query $q$ from user.
- Get $N$ topics from $q$ using GPT.
- Determine $S$, which is a set of subreddits best-suited to answer $N$ topics.
- Search $q \in S$.
- Retrieve a set of segments that can answer $q$.
- Summarise segments using GPT and return answer to user.