Y
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
topicseed
1204 days ago
How do you handle very long documents that are the OpenAI token limit?
link
naveedjanmo
1202 days ago
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.
link