Skip to content

Commit 5b51dfb

Browse files
Update aireview.yaml (#109)
1 parent aca3fdf commit 5b51dfb

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

.github/workflows/aireview.yaml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ jobs:
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

Comments
 (0)