Glenn 'devalias' Grant

Results 1044 comments of Glenn 'devalias' Grant
trafficstars

Related issues: - https://github.com/jehna/humanify/issues/139

> I'm trying to process a pretty huge file and just ran into this: > > ``` > RateLimitError: 429 Rate limit reached for gpt-4o-mini in organization org-abcdefghijklmnopqrstuvwx on requests...

A quick search of the repo suggest changes would need to be made to at least the following files: - https://github.com/jehna/humanify/blob/main/src/index.ts#L38-L44 - https://github.com/jehna/humanify/blob/main/src/openai/openai.ts#L30

> I think it would make sense to even parametrize the model as a command line argument Yeah, I was thinking that too. Though maybe it can still have some...

GPT-4o mini was announced today; ~60% cheaper than GPT-3.5 Turbo: - https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence/ - > GPT-4o mini scores 82% on MMLU and currently outperforms GPT-41 on chat preferences in LMSYS leaderboard(opens...

> Hey! Seems that this PR got auto-closed because of the release of v2. > > Thank you for your hard work and interest on improving humanify, especially @bilalba for...

Since the v2 CLI's OpenAI feature seems to allow the model name to be specified via `--model`, and defaults to `gpt-4o-mini`, I consider this issue implemented now: https://github.com/jehna/humanify/blob/a6b09993dd93843a4a76556e4ed91b073f6a50b1/src/commands/openai.ts#L9-L12 See also:...

> That's a great addition, thanks! I was searching for similar tools like webcrack, but I think I've missed `wakaru` @jehna No worries :) Yeah, [I was looking pretty deep...

> NPM package has been released. You can check the [README](https://github.com/pionxzh/wakaru#-using-the-api) for more information. > > _Originally posted by @pionxzh in https://github.com/pionxzh/wakaru/issues/39#issuecomment-1817901544_ --- https://github.com/pionxzh/wakaru#-using-the-api > ## 📦 Using the API...

> wakaru certainly didn't help de obfuscating code. @Acters Wakaru is specifically not a de-obfuscator. It's an un-minimiser. > I say we wait for the wakaru package to mature before...