Carsonthemonkey / GIST

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

Support streaming from ChatGPT API #42

Closed Carsonthemonkey closed 1 year ago

Carsonthemonkey commented 1 year ago

The GPT API supports streaming chat completions before the model has fully finished generating them (like the chatGPT website). This would effectively speed up the summarizing process since users will be able to read the summaries before it has finished being generated.