We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dbd1a6 commit 7c13da0Copy full SHA for 7c13da0
.github/workflows/ai-review.yml
@@ -0,0 +1,19 @@
1
+name: 🤖 AI Algorithm Mentor
2
+
3
+on:
4
+ push:
5
+ branches: [ main, master ]
6
7
+jobs:
8
+ ai-review:
9
+ runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: write
12
+ steps:
13
+ - uses: choam2426/AI-Algorithm-Mentor@v5
14
+ with:
15
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
+ LLM_PROVIDER: google # openai, google, anthropic
17
+ MODEL_NAME: gemini-3-pro-preview # 모델명 (선택사항)
18
+ GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
19
+ REVIEW_LANGUAGE: korean # korean, english, etc..
0 commit comments