ChatGPT-CodeReview
ChatGPT-CodeReview copied to clipboard
🐥 A code review bot powered by ChatGPT
We should be able to change the prompt to adjust the response to our needs.
Although the code base has different logging system to log the process of it as an action, logs are not properly showing upon it being ran as a github action,...
在同一个PR的第二次提交中,批量提交了多个commit,但bot没有产生任何回复,只有最后一个commit上面显示了一个√。 然后再次提交一个commit(修改的文件在之前的commit已经出现过),bot对该文件之前提交的内容进行了review,它原本应该出现在上一轮的提交中才对。
Hi, it might be useful to add summary of the change to the PR description in addition to the detailed review for the files in the diff?
关于频率限制
openai 本身有频率限制 免费试用用户现在除了 3 次请求 / 分钟外,还有个 token 数量限制,每分钟最多发送 4 万个 tokens 程序有避让措施吗?
I have a problem with OPENAI_API_KEY not being recognized.  - **In the first attempt,** I set the OPENAI_API_KEY variable in the Variables tab. The...
# Purpose As per Github Actions version, it would be convenient if you can specify the label name to be reviewed in GitHub App version. # Suggestion Here's my implementation...