humanify
humanify copied to clipboard
Un-minify Javascript code using ChatGPT
Minifiers only rename variable/function/parameter bindings and not any other identifier like properties because it's almost impossible to guarantee the program still works then. Example input file: ```js class A {...
After running the following command : `npm start -- --key="sk-_your-token_" -o deobfuscated.js obfuscated.js` I get the following error: `SyntaxError: Unexpected token : in JSON at position 426 at JSON.parse ()...
How about adding support for Google's Gemini 1.5 Pro Model which offers 1,048,576 tokens for free? https://aistudio.google.com/
When I run below: `npm start -- --local -o unminified.js app.min.js` I got an error: AttributeError: module 'guidance' has no attribute 'llms'. Did you mean: 'llm'? Here's the full terminal...
Hi there, i can't get this run on windows. I am stuck at this: "Error: No native build was found for platform=win32 arch=x64 runtime=node abi=120 uv=1 libc=glibc node=21.7.1 loaded from:...
I am getting "Too many requests" error: `humanify/node_modules/axios/lib/core/createError.js:16 var error = new Error(message); ^ Error: Request failed with status code 429 at createError (/Users/cairocoder/Sites/localhost/humanify/node_modules/axios/lib/core/createError.js:16:15) at settle (/Users/cairocoder/Sites/localhost/humanify/node_modules/axios/lib/core/settle.js:17:12) at IncomingMessage.handleStreamEnd (/Users/cairocoder/Sites/localhost/humanify/node_modules/axios/lib/adapters/http.js:322:11)...
I only came across `webcrack`, `wakaru`, and this project today; but in some basic tests I was doing between `webpack` and `wakaru`, I found that the latter seemed to produce...
Since OpenAI released the GPT-4 Turbo model (`gpt-4-1106-preview`) and reduced the prices of GPT-4 at their recent dev day, it would be cool if this tool was able to support...
Currently `gpt-3-encoder` is used: - https://github.com/latitudegames/GPT-3-Encoder - > Javascript BPE Encoder Decoder for GPT-2 / GPT-3 But it might make more sense to use a library that also supports GPT-4...
is it possible to use llama3 via ollama rather than huggingface one?