We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874bd39 commit a72daa8Copy full SHA for a72daa8
.github/workflows/PR-Agent.yaml
@@ -26,9 +26,9 @@ jobs:
26
uses: qodo-ai/[email protected]
27
env:
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'
+ OPENAI_API_BASE: 'https://llm-proxy.trap.jp'
+ CONFIG_MODEL: 'gpt-4o'
+ 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