biobootloader / wolverine

MIT License
5.22k stars 516 forks source link

Better Error Handling & Interactive Mode Feature #23

Open spenceryonce opened 1 year ago

spenceryonce commented 1 year ago

moved openai key to a function call for easier calling

spenceryonce commented 1 year ago

I've added better error handling and the ability to use interactive mode.

when running the script, you can now use --interactive=True to turn on interactive mode and accept individual suggestions one by one. This increases the likelihood of properly fixing a script without gpt4.

spenceryonce commented 1 year ago

Fixed the conflicts

biobootloader commented 1 year ago

I like the idea for interactively selecting changes! Another PR has merged that lets users choose to accept entire changes or not. Let me think about how to best combine this.

spenceryonce commented 4 months ago

Circling back around to this, been awhile, let me check out the new changes and update you.