Skip to content

docs: README rollback #17

docs: README rollback

docs: README rollback #17

Workflow file for this run

name: 🤖 AI Algorithm Mentor
on:
push:
branches: [main]
jobs:
ai-review:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: choam2426/AI-Algorithm-Mentor@v5
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LLM_PROVIDER: google # openai, google, anthropic
MODEL_NAME: gemini-3-pro-preview # 모델명 (선택사항)
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
REVIEW_LANGUAGE: korean # korean, english, etc..