We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa2752 commit 9d01865Copy full SHA for 9d01865
1 file changed
.github/workflows/action-test.yml
@@ -67,9 +67,9 @@ jobs:
67
uses: bishalprasad321/prpilot-summary@v1
68
with:
69
github_token: ${{ secrets.GITHUB_TOKEN }}
70
- llm_api_key: ${{ secrets.GROQ_API_KEY }}
71
- llm_provider: groq
72
- ai_model: groq-1.5-mini
+ llm_api_key: ${{ secrets.GEMINI_API_KEY }}
+ llm_provider: gemini
+ ai_model: gemini-2.5-flash
73
max_diff_lines: "5000"
74
enable_incremental_diff_processing: "true"
75
debug: ${{ inputs.debug_enabled || 'false' }}
0 commit comments