Skip to content

Commit f58fa42

Browse files
Add model parameter to AI-assisted actions for PR Summary and PR Review
1 parent fb1552f commit f58fa42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,14 @@ jobs:
104104
uses: ./pr-summary # action.yml is in the pr-summary folder of the release branch
105105
with:
106106
aicore-service-key: ${{ secrets.AICORE_SERVICE_KEY }}
107+
model: gpt-4o
107108
exclude-files: package-lock.json
108109
display-mode: comment-delta
109110
- name: Run the AI-assisted action (PR Summary)
110111
uses: ./pr-review # action.yml is in the pr-review folder of the release branch
111112
with:
112113
aicore-service-key: ${{ secrets.AICORE_SERVICE_KEY }}
114+
model: gpt-4o
113115
exclude-files: package-lock.json
114116
display-mode: review-comment-delta
115117

0 commit comments

Comments
 (0)