We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892b13b commit bfa9353Copy full SHA for bfa9353
2 files changed
.github/workflows/ai-review.yml
@@ -2,7 +2,7 @@ name: 🤖 AI Algorithm Mentor
2
3
on:
4
push:
5
- branches: [ main, master ]
+ branches: [main]
6
7
jobs:
8
ai-review:
@@ -13,7 +13,7 @@ jobs:
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 # 모델명 (선택사항)
+ LLM_PROVIDER: google # openai, google, anthropic
+ MODEL_NAME: gemini-3-pro-preview # 모델명 (선택사항)
18
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
19
- REVIEW_LANGUAGE: korean # korean, english, etc..
+ REVIEW_LANGUAGE: korean # korean, english, etc..
김지호/2주차/260105.py
@@ -1,4 +1,4 @@
1
-# https://www.acmicpc.net/problem/2156
+#https://www.acmicpc.net/problem/2156
import sys
import copy
0 commit comments