Nick Radford
Nick Radford
+1 to this PR Having to manually cast the `body` after the client returns the response is clunky, this goes a way into improving the DX around using the provided...
Any progress being made with this?
If you add `include SMSFuHelper` to your application_helper.rb, you can then use ``
Or is this already achievable using the prompt settings? https://github.com/zurawiki/gptcommit/blob/c622fef4faf61c17ad47012fdcedaf1ec3513da9/src/summarize.rs#L34-L42
Experiencing similar issues, removed a single line print statement in some swift code, the generated commit included ``` - Remove unnecessary print statement - adjust ContentView width and height -...