-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
52 lines (41 loc) · 2.05 KB
/
Copy path.env.example
File metadata and controls
52 lines (41 loc) · 2.05 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Copy this file to .env and fill in your own real values.
# .env is gitignored — never commit real credentials.
# Which provider actually runs visa classification and fit scoring:
# "anthropic" (default, Haiku + Sonnet) or "gemini" (Flash-Lite + Pro). Only
# ONE of the two API keys below needs to be set, matching whichever you pick.
# You can leave this line out entirely -- if only one of the two keys below
# is set, that provider is used automatically; this only matters if you set
# BOTH keys and want to force one over the default (anthropic).
LLM_PROVIDER=anthropic
# Anthropic API — used ONLY for the small ambiguous slice of visa
# classification (Haiku) and manually-requested fit-scoring (Sonnet).
# Get a key at https://console.anthropic.com
ANTHROPIC_API_KEY=
# Gemini API — same two jobs as the Anthropic key above, used instead of it
# when LLM_PROVIDER=gemini. Get a free key (no card required) at
# https://aistudio.google.com -- click "Get API Key".
GEMINI_API_KEY=
# Adzuna job-search API (free tier) — broad keyword discovery.
# Register at https://developer.adzuna.com
ADZUNA_APP_ID=
ADZUNA_APP_KEY=
# Google Sheets — your two tracking spreadsheets' IDs (the long string in
# the sheet's URL between /d/ and /edit).
GOOGLE_SHEET_ID=
GOOGLE_JOB_LOG_SHEET_ID=
# Path to your Google service-account JSON key (see README's Setup section
# for how to create one). Never commit this file.
GOOGLE_SHEETS_CREDENTIALS_PATH=service_account.json
# Optional — only needed if you use the Claude Desktop resume-handoff flow.
CLAUDE_DESKTOP_PROJECT_ID=
DATABASE_URL=sqlite:///job_search.db
# Financial Modeling Prep (free tier) — public-company enrichment.
# Register at https://financialmodelingprep.com
FMP_API_KEY=
# StartupHub.ai (free tier) — private/startup company enrichment.
# Register at https://startuphub.ai
STARTUPHUB_API_KEY=
# TinyFish Search API (free tier, no card required) — prototype source for
# filling in industry/company data via web search when FMP/StartupHub miss.
# Register at https://agent.tinyfish.ai/api-keys
TINYFISH_API_KEY=