We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got an "Error: OpenAI query too big" testing it with a large xml file with a bunch of changes.
Maybe limit the diff to a reasonable size and include a note that it was trimmed?
(Very cool by the way)
The text was updated successfully, but these errors were encountered:
Ah, i see that it is already supposed to throw an error if its too big...
https://github.com/KanHarI/gpt-commit-summarizer/blob/master/src/summarizePr.ts#L46-L48
Sorry, something went wrong.
Yeah it would be nice if there was more fine grained control over when it comments on large prs.
PS: Thank you to the creator of this. It's very very cool!
No branches or pull requests
I got an "Error: OpenAI query too big" testing it with a large xml file with a bunch of changes.
Maybe limit the diff to a reasonable size and include a note that it was trimmed?
(Very cool by the way)
The text was updated successfully, but these errors were encountered: