Jesse Luoto

Results 177 comments of Jesse Luoto

Can you try the same code with the model `gpt-4o-mini`? That's the default model used by humanify. Alternatively you can try `--model gpt-3.5-turbo` flag with Humanify to use the same...

Have you verified your email? https://community.openai.com/t/chatgpt-your-account-is-not-active/28667/2

Closing due inactivity, please reopen if needed

Should be an `output` folder? Have not tested with bun though

Good point! The tool should probably output the list of files in the end 🤔 I'll keep this issue opened until I fix this

Need to implement proper request throttling and retry logic when doing this

@brianjenkins94 did you try with v2.1.3 yet? It should have a better logic against invalid identifiers

If the identifier conflicts with another identifier that's not generated by Humanify, then there's no valid fix yet. I wonder what should be done in case of an identifier that...

I suppose the best solution could be that Humanify would retry with a prompt like: ``` Rename a function ..., here is a list of names that you cannot use:...

Okay, I think I found the issue. Fixing this now