Ville Saukkonen
Ville Saukkonen
Hey! There's no evaluations of the ai-codereviewer as far as I know. If you find any, I would be very curious! However, you can easily go to see how the...
Hi, thanks for the contribution! Mind elaborate what `OOC` means? And why did you opt in to adding an extra system prompt instead of extending the existing one?
If you find more granular set of permissions that work, please tell me or open a PR to enhance the readme around that. It might very well be that less...
Does it fail already on pull request open or with subsequent commits?
Unfortunately I'm not able to reproduce this so I would really need help to understand this better.
Could it be some sort of permission issue? I'm successfully using this on private repos my self.
I'm fine with that if the current way can still be used as a default. If that's possible, feel free to open a PR.
Not really unfortunately :/ If you find some, please link them here!
OpenAI seems to return following headers: ``` X-Ratelimit-Limit-Requests: 200 X-Ratelimit-Limit-Tokens: 40000 X-Ratelimit-Remaining-Requests: 199 X-Ratelimit-Remaining-Tokens: 39742 X-Ratelimit-Reset-Requests: 300ms X-Ratelimit-Reset-Tokens: 387ms ``` If anyone has good solutions in mind for rate limiting,...
@gad2103 can you elaborate a bit? Maybe a rudimentary example payload? Now it reviews chunks one by one which might cause the action to hit rate limits if the pr...