ChatGPT-CodeReview icon indicating copy to clipboard operation
ChatGPT-CodeReview copied to clipboard

🐥 A code review bot powered by ChatGPT

Results 65 ChatGPT-CodeReview issues
Sort by recently updated
recently updated
newest added

Hello! First of all, I really like your project. I have a question: I'm currently trying to deploy it on AWS Lambda. Could you please guide me on how to...

I tried to improve this repository by fork. But I can't build . `npm run build` is failed with error. ``` > [email protected] build > rm -rf dist && rollup...

操作流程: ``` 1 clone项目 2 docker build -t cr-bot . 3 docker run -e APP_ID=person -e PRIVATE_KEY=sk-xxxx cr-bot ``` 我的环境: ``` nodejs 12.22.9 npm 8.5.1 yarn 1.22.19 ``` 错误内容如下: ```...

您好,是否支持gitlab。如果需要帮助可以提供。gitlab的接口比较熟悉,也擅长gitlab-runner的配置

Hi, We have some auto generated files, I want to skip code review for those files (by regular expression pattern), is that possible?

enhancement

I tried to switch from GitHub Apps version to GitHub Actions version, but it seems default GITHUB_TOKEN won't have enough permission to comment, not sure if using a PAT would...

Currently this bot is providing suggestions for each file change in a commit. However, I was wondering if it was possible to summarise the whole PR to give an overview...

Do you have any plans to add configuration options that would allow the use of custom LLMs in future versions? I recently published a package [llm-client](https://github.com/uripeled2/llm-client-sdk) that can be very...