Carsonthemonkey / GIST

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

Add token counter and price estimator #23

Closed Carsonthemonkey closed 1 year ago

Carsonthemonkey commented 1 year ago

I believe the tiktoken library can help with this. This should allow us to come up with an accurate price estimation for summaries. Simply looking at the length of the audio file is enough to calculate an accurate price for it.