jehna / humanify

Deobfuscate Javascript code using ChatGPT
MIT License
301 stars 19 forks source link

Replace gpt-3-encoder with gpt-tokenizer or similar #5

Open 0xdevalias opened 7 months ago

0xdevalias commented 7 months ago

Currently gpt-3-encoder is used:

But it might make more sense to use a library that also supports GPT-4 as well, for example:

Currently gpt-3-encoder is referenced in a few places:

See Also