Skip to content
Merged

1 #91

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion app/chunkers/cover_letter.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _get_gemini_client() -> _genai.Client:
# ═══════════════════════════════════════════════════════════════

MIN_CHUNK_CHARS = 50
_LLM_MODEL = "gemini-3-flash-preview"
_LLM_MODEL = "gemini-3.1-flash-lite"
_LLM_RETRIES = 3
_VALIDATE_RETRIES = 2 # 경계 검증 실패 시 재시도 횟수

Expand Down
2 changes: 1 addition & 1 deletion app/evaluators/cover_letter.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


# ─── 설정 ─────────────────────────────────────────────────────────────────────
MODEL = "gemini-3-flash-preview"
MODEL = "gemini-3.1-flash-lite"
WEIGHTS = {"A": 0.20, "B": 0.40, "C": 0.25, "D": 0.15}
LABELS = {"A": "지원동기", "B": "직무역량", "C": "인재상", "D": "작성품질"}

Expand Down
2 changes: 1 addition & 1 deletion app/evaluators/portfolio.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# 설정
# ═══════════════════════════════════════════════════════════════

MODEL = "gemini-3-flash-preview"
MODEL = "gemini-3.1-flash-lite"
WEIGHTS = {"A": 0.35, "B": 0.25, "C": 0.20, "D": 0.10, "E": 0.10}
LABELS = {
"A": "과정/판단력",
Expand Down
Binary file not shown.
Binary file removed pdfsample/오픈노트_웹기획,개발.pdf
Binary file not shown.
Binary file removed pdfsample/펄어비스_웹개발(백엔드).pdf
Binary file not shown.
Binary file removed portfoliosample/한상진_백앤드.pdf
Binary file not shown.
Loading