From b74e5bd7eeb16deecdeebdc595fa7e2cb4579925 Mon Sep 17 00:00:00 2001 From: Julian Arce <52429267+JuArce@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:11:59 -0300 Subject: [PATCH] Revert "use kimi k2.5 (#2)" This reverts commit a25a82497f63c04b085c48891aa0769471f97d35. --- .github/workflows/pr_review_kimi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_review_kimi.yml b/.github/workflows/pr_review_kimi.yml index e990313..4a31fd9 100644 --- a/.github/workflows/pr_review_kimi.yml +++ b/.github/workflows/pr_review_kimi.yml @@ -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 \