Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr_review_kimi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
USER_PROMPT="Review this PR diff and provide feedback on any issues found. Be specific about file names and line numbers when possible:"

PAYLOAD=$(jq -n \
--arg model "kimi-k2.5" \
--arg model "moonshot-v1-128k" \
--arg system "$SYSTEM_PROMPT" \
--arg user "$USER_PROMPT" \
--rawfile diff /tmp/pr_diff_truncated.txt \
Expand Down