-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
30 lines (25 loc) · 1.17 KB
/
Copy pathconfig.yaml
File metadata and controls
30 lines (25 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# CV Generator v2 Configuration
# Copy to config.yaml and edit with your settings.
drafter:
provider: deepseek # deepseek | openrouter | anthropic
model: deepseek-v4-flash # Quality floor drafter (paid)
synthesizer:
provider: deepseek
model: deepseek-v4-pro # Merges all drafts into one CV
judge:
provider: anthropic
model: claude-haiku-4-5-20251001 # Hallucination checker
free_drafters:
enabled: true # Run free OpenRouter models in parallel
models:
- nvidia/nemotron-3-super-120b-a12b:free # Best free CV drafter
- google/gemma-4-26b-a4b-it:free # Good quality
- google/gemma-4-31b-it:free # 31B base
# - nvidia/nemotron-3-ultra-550b-a55b:free # Frontier — slower, may rate-limit
max_iterations: 3 # Max synthesize→judge loops
approval_threshold: 20 # /30 Haiku score to approve
humanize: true # Run post-processing AI-ism removal
output_dir: ~/Documents/CV Database/
budget_cap_usd: 0.05 # Max per CV generation
notion_push: false # Push metadata to Notion
notion_database_id: "" # Notion DB ID if notion_push is true