Carsonthemonkey / GIST

App to summarize audio files for the LC ACM spring 2023 hackathon
MIT License
3 stars 0 forks source link

Allow summarizing transcripts larger than the chatGPT input limit. #24

Closed Carsonthemonkey closed 1 year ago

Carsonthemonkey commented 1 year ago

We can prompt users to summarize paragraphs one at a time and pass append them to the summary panel. This will mean that ChatGPT's context will be limited, but it is surely better than flat out denying text files that are too large.