the-bigbrains / review-summarizer

KnightHacks 2023 - 1st Place Winner of Microsoft & RBC's Challenge
1 stars 1 forks source link

Scrape up to 16k token limit #7

Open SimHoZebs opened 9 months ago

SimHoZebs commented 9 months ago

With our summarizer now processing four times more tokens than the previous implementation, it is possible to summarize more reviews, generating more meaningful results.

We should scrape to the limits of our token count (while calculating the limit with https://github.com/dqbd/tiktoken) and feed that to GPT3.5