-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
40 lines (32 loc) · 1.63 KB
/
Copy path.env.example
File metadata and controls
40 lines (32 loc) · 1.63 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
# LinkedIn credentials (required when LinkedIn is a selected job source)
LINKEDIN_EMAIL=your-email@example.com
LINKEDIN_PASSWORD=your-password
# Xing credentials (required only when Xing is a selected job source).
# Indeed and karriere.at need no login.
XING_EMAIL=your-email@example.com
XING_PASSWORD=your-password
# Optional default country/domain for Indeed & Xing: at | com (default at).
# Also selectable per-run from the dashboard Country dropdown.
# COUNTRY=at
# AI provider: anthropic | deepseek | gemini | openai | llama | custom
LLM_PROVIDER=anthropic
# Model name (provider-dependent — or just pick/type one in the dashboard):
# anthropic: claude-sonnet-4-6, claude-opus-4-8, claude-haiku-4-5
# deepseek: deepseek-v4-pro, deepseek-v4-flash (chat/reasoner are deprecated)
# gemini: gemini-2.5-pro, gemini-2.5-flash, gemini-3-flash-preview
# openai: gpt-4o, gpt-4o-mini
# llama: Llama-4-Maverick-17B-128E-Instruct-FP8, Llama-4-Scout-17B-16E-Instruct
# custom: any model your endpoint supports
LLM_MODEL=claude-sonnet-4-6
# API key for your chosen provider
LLM_API_KEY=sk-ant-api03-...
# Custom provider only — base URL for your OpenAI-compatible endpoint.
# Known providers (deepseek/gemini/llama) are routed automatically; leave blank.
# e.g. https://api.openrouter.ai/v1 or http://localhost:11434/v1
# LLM_BASE_URL=
# Optional pacing override: fast | balanced | safe (default balanced).
# Also selectable per-run from the dashboard Speed dropdown.
# SPEED=balanced
# Optional advanced: override the automatic parallel-scoring worker count.
# Leave unset — it's chosen automatically per provider.
# SCORE_WORKERS=