The hardest part is dealing with GPT token limits. You can't summarize long form text, where it's most needed.
Show HN: Summate.it – Quickly summarize web articles with OpenAI
11–20 of 56 posts
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#12Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#13The hardest part is dealing with GPT token limits. You can't summarize long form text, where it's most needed.
Agreed, you can try sending it in chunks but then you lose context. Perhaps the ChatGPT based API will help if they expose the conversational memory as a feature. Maybe OP has figured out a method with the current API?
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#14The hardest part is dealing with GPT token limits. You can't summarize long form text, where it's most needed.
Agreed, you can try sending it in chunks but then you lose context. Perhaps the ChatGPT based API will help if they expose the conversational memory as a feature. Maybe OP has figured out a method with the current API?
Anyone can use without conversational memory, or with limited conversational memory.
Then, charge for larger conversational memory.
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#15Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#16This reminds me of the "Summarize" service in OS X that I totally forgot about until just now.
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#17soon writers will be writing summaries to get open ai to expand into articles which readers will have open ai summarize so they can read summaries. ais writing for other ais itsallsotiresome.gif
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#18Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#19The hardest part is dealing with GPT token limits. You can't summarize long form text, where it's most needed.
Not too hard, just "map reduce" it: Have GPT-3 summarize each section of the article, and then have it summarize the summaries.