anc95 / ChatGPT-CodeReview

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

Doesn't seem to work when there are a lot of modifications #28

Closed exposir closed 1 year ago

anc95 commented 1 year ago

@exposir OPEN AI API has a limitation for word count. it's not more than about 5000 bytes. so for the bigger file changes, I omit it and don't review.

exposir commented 1 year ago

@exposir OPEN AI API has a limitation for word count. it's not more than about 5000 bytes. so for the bigger file changes, I omit it and don't review.

GET