ChatGPT-CodeReview
ChatGPT-CodeReview copied to clipboard
🐥 A code review bot powered by ChatGPT
It would be great to have more options, e.g., Gemini, Claude, Groq(llama3), etc,..
I tried to secret variable `LANGUAGE=Korean`
Current action populate github PR with a lot of comments when many file changes. This PR enable action to gather all the comments in one review. Please review this and...
Hey! Thanks for that tool. Recently at work, we've tweaked this bot to support reviews by ChatGPT by requesting them with a `/gpt-review` comment in a Pull Request (to eliminate...
Hey, I am trying to use `o1-mini` and got error ``` review .github/workflows/review.yml failed ChatGPTError: OpenAI error 404: { "error": { "message": "The model `o1-mini` does not exist or you...
Created according to instruction - and looks like not running :( The repo https://github.com/vitaly-zdanevich/geeknote
## Background I'm using prompts with strong rules (e.g., only check for underflow and overflow concerns, and leave 'LGTM' if there's nothing wrong). Why did I write this prompt? Unfortunately,...
 但是偶尔会有成功的,例如: 
I see the doc's concern about the token. Could we add the support of deepseek to save that?
Instead of ignoring multiple files/folder. Isn't better to support a review folder? Something like : ``` steps: - uses: anc95/ChatGPT-CodeReview@main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} PATH:...