Hacker News new | ask | show | jobs
Show HN: I made a site that turns complex documents into plain English via GPT-3 (unriddle.ai)
6 points by naveedjanmo 1204 days ago
1 comments

How do you handle very long documents that are the OpenAI token limit?
The document is first broken up into chunks. When a user prompts, Unriddle finds the most relevant chunks and then feeds them into GPT-3.