From 02554d75a9ec806f956dcccc0bdb2192a81f96d4 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 11 Mar 2025 14:54:58 +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 c02b126..21b25e1 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: 'llama-3.3-70b-versatile' + groq_model: 'gemma-2-9b-it' github_token: ${{ secrets.GITHUB_TOKEN }} # exclude_extensions: 'txt' repo_owner: ${{ github.repository_owner }}