We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d01ae6f + 633715d commit c01d936Copy full SHA for c01d936
1 file changed
.github/workflows/pr-agent.yml
@@ -22,5 +22,8 @@ jobs:
22
- name: PR-Agent
23
uses: Codium-ai/pr-agent@main
24
env:
25
- OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
+ OPENAI_KEY: ${{ secrets.api_key }}
26
+ OPENAI_API_BASE: https://ark.cn-beijing.volces.com/api/coding/v3
27
+ CONFIG.AI_PROVIDER: openai
28
+ CONFIG.MODEL: MiniMax-M2.5
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments