1717 uses : AleksandrFurmenkovOfficial/ai-code-review@main
1818 with :
1919 token : ${{ secrets.GITHUB_TOKEN }}
20-
20+
21+ # Repository Configuration
22+ owner : ${{ github.repository_owner }}
23+ repo : ${{ github.event.repository.name }}
24+ pr_number : ${{ github.event.number }}
25+
2126 # AI Provider Configuration
22- ai_provider : ' deepseek ' # Can be 'openai', 'anthropic', 'google', 'deepseek'
27+ ai_provider : ' google ' # Can be 'openai', 'anthropic', 'google', 'deepseek'
2328
2429 # Anthropic Configuration (if using Anthropic)
2530 # anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
@@ -31,16 +36,15 @@ jobs:
3136
3237 # Google Configuration (if using Google)
3338 google_api_key : ${{ secrets.GOOGLE_API_KEY }}
34- google_model : ' gemini-2.0-flash ' # Optional, defaults to 'gemini-2.0-flash'
39+ google_model : ' gemini-2.5-pro ' # Optional, defaults to 'gemini-2.0-flash'
3540
36- # Soon - Deepseek Configuration (if using Deepseek)
41+ # Deepseek Configuration (if using Deepseek)
3742 deepseek_api_key : ${{ secrets.DEEPSEEK_API_KEY }}
3843 deepseek_model : ' deepseek-chat' # Optional
39-
40- # Repository Configuration
41- owner : ${{ github.repository_owner }}
42- repo : ${{ github.event.repository.name }}
43- pr_number : ${{ github.event.number }}
44+
45+ # X Configuration (if using X)
46+ x_api_key : ${{ secrets.X_API_KEY }}
47+ x_model : ' grok-3' # Optional
4448
4549 # Optional file filters
4650 # include_extensions: '.js,.py,.ts'
0 commit comments