File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
patchwork/patchflows/PRReview Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments