cirolini / genai-code-review

MIT License
321 stars 51 forks source link

New way to generate description for PR #8

Closed glauberborges closed 1 year ago

glauberborges commented 1 year ago

A new way to capture PR changes and send them to OpenAI's AI was created.

The patch file that is read, and like this file, is parsed per file and sent to the AI to be interpreted.

-[x] Added new 'mode' parameter to have the option to generate the PR description -[x] Separate modes into functions -[x] Update readme

cirolini commented 1 year ago

I'm trying to understand why the job is failing. =/

glauberborges commented 1 year ago

I'm trying to understand why the job is failing. =/

From what I've seen, it's giving an authentication error, check your openAI account if the token is still valid or if there's been any changes of that type.

image