anc95 / ChatGPT-CodeReview

🐥 A code review bot powered by ChatGPT
https://github.com/apps/cr-gpt
ISC License
3.77k stars 360 forks source link

Summarise multiple commits #117

Open takahser opened 11 months ago

takahser commented 11 months ago

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 what it does instead.

anc95 commented 11 months ago

Currently, we do not offer support for this feature. It is important to take into account the size of the pull request, as it might exceed the token limit for GPT to effectively review it.

takahser commented 11 months ago

@anc95 I understand, thanks for the feedback!