Open Or4cl3AI opened 8 months ago
You ran out of the free tier GPT-4 tickets! We no longer support running Sweep with GPT-3.5 as it is too unreliable. Here are your options:
💡 To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request.
This is an automated message generated by Sweep AI.
Here are the bugs I found in the code:
name
field is not properly set. It should be a short, machine-friendly name without spaces or special characters. For example,bugfix
orissue-123
would be better names.title
field is missing a closing single quote. It should betitle: 'Sweep:'
.description
field underattributes
is missing a leading colon. It should bedescription: Write something like ...
.body
field is missing a description. It should have a brief explanation of what this section is for.type: textarea
field underbody
is missing aname
attribute. It should be something likename: description_long
, so that the user input can be properly submitted.placeholder
field underattributes
is missing a leading colon. It should beplaceholder: The bug might be in ... file
. Here's the corrected code: