Skip to content

Commit 4e32c8c

Browse files
committed
changed to use actual anthropic key
1 parent f315559 commit 4e32c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
run: |
212212
source .venv/bin/activate
213213
patchwork PRReview --log debug \
214-
--patched_api_key=${{ secrets.PATCHED_API_KEY }} \
214+
--anthropic_api_key=${{ secrets.ANTHROPIC_API_KEY }} \
215215
--github_api_key=${{ secrets.SCM_GITHUB_KEY }} \
216216
--pr_url=https://github.com/patched-codes/patchwork/pull/${{ steps.findPr.outputs.number }} \
217217
--disable_telemetry

patchwork/patchflows/PRReview/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# CallLLM Inputs
1212
# openai_api_key: required-for-chatgpt
1313
# google_api_key: required-for-gemini
14-
model: gpt-4o-mini
14+
model: claude-3-5-sonnet-latest
1515
# client_base_url: https://api.openai.com/v1
1616
# Example HF model
1717
# client_base_url: https://api-inference.huggingface.co/models/codellama/CodeLlama-70b-Instruct-hf/v1

0 commit comments

Comments
 (0)