We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cac8b1 + a72daa8 commit 893ba0eCopy full SHA for 893ba0e
.github/workflows/PR-Agent.yaml
@@ -23,9 +23,12 @@ jobs:
23
steps:
24
- name: PR Agent action step
25
id: pragent
26
- uses: Codium-ai/pr-agent@v0.28
+ uses: qodo-ai/pr-agent@v0.28
27
env:
28
- OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
+ 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'
32
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
GITHUB_ACTION.AUTO_REVIEW: 'true'
34
GITHUB_ACTION.AUTO_DESCRIBE: 'true'
0 commit comments