Carsonthemonkey / GIST

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

Add GPT-4 support (when we get access to the API) #25

Open Carsonthemonkey opened 1 year ago

Carsonthemonkey commented 1 year ago

I am on the waitlist, so either once I am accepted into it, or when it is released publicly. GPT-4 should allow for drastically larger input documents, and when GPT-4's image understanding model gets released, we can add support for including images to summarize as well. This would also mean that we could maybe do some things with video processing as well, like for lecture slides. This may be beyond our scope, but it would be really cool so we can keep it in mind.

Carsonthemonkey commented 1 year ago

GPT-4 is now generally available, so this can be implemented