Show HN: Summate.it – Quickly summarize web articles with OpenAI
1–10 of 56 posts
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#2Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#3Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#4Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#5Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#6ais writing for other ais
itsallsotiresome.gif
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#7The hardest part is dealing with GPT token limits. You can't summarize long form text, where it's most needed.
Maybe OP has figured out a method with the current API?
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#8The 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?
Kind of like map reducing the articles.
Re: Show HN: Summate.it – Quickly summarize web articles with OpenAI
#9The 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
#10Earlier quoted context omitted.
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?
I saw in another thread that people were working around this by asking for a summary of sections and then combining the summaries and asking for a joint summary. Kind of like map reducing the articles.