You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if i am being dense, but what is the purpose of this instruction?
it looks like a GH workflow (which exports a OPENAI_API_KEY ENV var) that calls a scripts/ai_review.py script.
Looks like the next section then defines the ai_review.py script, but it uses the ANTHROPIC_API_KEY env var.
This seems like it might make more sense in the cicd-automation plugin, or prehaps in a separate command in the ai-review plugin, instead of loading this up in context every time you wanted to perform a code review.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry if i am being dense, but what is the purpose of this instruction?
it looks like a GH workflow (which exports a OPENAI_API_KEY ENV var) that calls a
scripts/ai_review.pyscript.Looks like the next section then defines the
ai_review.pyscript, but it uses the ANTHROPIC_API_KEY env var.This seems like it might make more sense in the cicd-automation plugin, or prehaps in a separate command in the ai-review plugin, instead of loading this up in context every time you wanted to perform a code review.
I am sure that I am missing something here.
Beta Was this translation helpful? Give feedback.
All reactions