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 a1edd70 commit 4512809Copy full SHA for 4512809
.github/workflows/issue-triage.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Triage issue with Claude
37
uses: anthropics/claude-code-action@v1
38
env:
39
+ ANTHROPIC_BASE_URL: "https://open.bigmodel.cn/api/anthropic"
40
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
41
with:
42
prompt: |
0 commit comments