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 }}