Skip to content

Commit

Permalink
Add model configuration to PR agent workflow
Browse files Browse the repository at this point in the history
A new environment variable, "CONFIG.MODEL", has been added to the pr_agent.yml file in Github workflows. This change introduces a new model configuration to be utilized in our Pull Request automation process.
  • Loading branch information
claygorman committed Dec 30, 2023
1 parent f632fc9 commit d292ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_agent.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Codium-AI PR Agent
env:
PR_REVIEWER.REQUIRE_TESTS_REVIEW: "false"
CONFIG.MODEL: "gpt-4-1106-preview"
on:
pull_request:
issue_comment:
Expand Down

0 comments on commit d292ee2

Please sign in to comment.