Hacker News new | ask | show | jobs
by kingsloi 652 days ago
It has this in the README

> Large files may take some time to process and use a lot of tokens if you use ChatGPT. For a rough estimate, the tool takes about 2 tokens per character to process a file:

> echo "$((2 * $(wc -c < yourscript.min.js)))" > So for refrence: a minified bootstrap.min.js would take about $0.5 to un-minify using ChatGPT.

> Using humanify local is of course free, but may take more time, be less accurate and not possible with your existing hardware.

1 comments

This only talks about the cost.

I'm more concerned about if it can actually deobfuscate such large file (context) and generate useful results.