Skip to content

Commit 893ba0e

Browse files
authored
Merge pull request #451 from traPtitech/feat/use_proxy
2 parents 6cac8b1 + a72daa8 commit 893ba0e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/PR-Agent.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ jobs:
2323
steps:
2424
- name: PR Agent action step
2525
id: pragent
26-
uses: Codium-ai/[email protected]
26+
uses: qodo-ai/[email protected]
2727
env:
28-
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
28+
OPENAI_KEY: ${{ secrets.OPENAI_PROXY_KEY }}
29+
OPENAI_API_BASE: 'https://llm-proxy.trap.jp'
30+
CONFIG_MODEL: 'gpt-4o'
31+
CONFIG_MODEL_TURBO: 'gpt-4o-mini'
2932
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3033
GITHUB_ACTION.AUTO_REVIEW: 'true'
3134
GITHUB_ACTION.AUTO_DESCRIBE: 'true'

0 commit comments

Comments
 (0)