forked from OpenOSINT/OpenOSINT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (21 loc) · 1.05 KB
/
Copy path.env.example
File metadata and controls
28 lines (21 loc) · 1.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
# OpenOSINT Configuration
# Copy this file to .env and fill in your API keys
# ─── Required ────────────────────────────────────────────────
# Primary AI provider (Anthropic)
ANTHROPIC_API_KEY=sk-ant-...
# ─── Optional — enhances investigation depth ─────────────────
# OpenAI (alternative provider)
OPENAI_API_KEY=sk-...
# HaveIBeenPwned API key (paid, $3.50/month)
# https://haveibeenpwned.com/API/Key
HIBP_API_KEY=
# AbuseIPDB API key (free tier available)
# https://www.abuseipdb.com/api
ABUSEIPDB_API_KEY=
# ─── Provider selection ───────────────────────────────────────
# Options: anthropic, openai, ollama (default: anthropic)
OPENOSINT_PROVIDER=anthropic
# Model override (defaults to claude-sonnet-4-20250514)
OPENOSINT_MODEL=claude-sonnet-4-20250514
# Ollama base URL (if using local models)
OLLAMA_BASE_URL=http://localhost:11434