run-llama / llama_parse

Parse files for optimal RAG
https://www.llamaindex.ai
MIT License
1.79k stars 157 forks source link

Usage count is wrong (GPT4-o) #213

Closed johnjoubert closed 2 weeks ago

johnjoubert commented 4 weeks ago

I have a 14 page PDF and the usage count is showing as 140 when I use GPT4-o, but if I turn off GPT4-o, it reverts back to the correct count. Is this intentional?

Screenshot 2024-06-05 at 11 03 29
logan-markewich commented 3 weeks ago

It's intentional, although somewhat janky

Pricing is done per page. And gpt-4o costs more per page, so it's reflected here

Working on making this a little less jank