Skip to content

Commit

Permalink
feat(github-action-config): update model to gpt-4o and enable auto re…
Browse files Browse the repository at this point in the history
…view

Update the model used by the GitHub action to gpt-4o and enable auto review.
  • Loading branch information
luandro committed May 26, 2024
1 parent cdd2320 commit 5bea61e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
uses: Codium-ai/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github_action_config.model: "gpt-4o"
github_action_config.auto_review: "true"

0 comments on commit 5bea61e

Please sign in to comment.