From 74ca7dcd6c1567c874d0b63b1d9c161c79dc9c3c Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 15 Mar 2025 00:12:27 +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 21b25e1..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: 'gemma-2-9b-it' + groq_model: 'llama-3.3-70b-versatile' github_token: ${{ secrets.GITHUB_TOKEN }} # exclude_extensions: 'txt' repo_owner: ${{ github.repository_owner }}