From ff88f484f6e0cf80d0a286040e84fd832e35c7a2 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 10 Mar 2025 10:02:03 +0900 Subject: [PATCH] Update llm-code-review.yml --- .github/workflows/llm-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llm-code-review.yml b/.github/workflows/llm-code-review.yml index 3f744a9..c02b126 100644 --- a/.github/workflows/llm-code-review.yml +++ b/.github/workflows/llm-code-review.yml @@ -14,7 +14,7 @@ jobs: uses: Manav916/llm-code-review@main with: groq_api_key: ${{ secrets.GROQ_API_KEY }} - groq_model: 'llama3-70b-8192' + groq_model: 'llama-3.3-70b-versatile' github_token: ${{ secrets.GITHUB_TOKEN }} # exclude_extensions: 'txt' repo_owner: ${{ github.repository_owner }}