-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 1.1 KB
/
Copy path.env.example
File metadata and controls
26 lines (23 loc) · 1.1 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
# --- LLM providers (all optional; offline path needs none) -----------------
# Set one to enable LLM-backed clinical_text_backend or LLM judges in the
# DPO preference pipeline. CaseCrawler is BYO-key: you pay your provider
# directly, nothing is proxied.
# ANTHROPIC_API_KEY=sk-ant-...
# OPENAI_API_KEY=sk-...
# OPENROUTER_API_KEY=sk-or-...
# OLLAMA_BASE_URL=http://localhost:11434
# --- Hugging Face (optional) -----------------------------------------------
# Unlocks gated medical imaging models (MediSyn, MedGemma, etc.), gated
# reference datasets, and gated-repo access for the
# `casecrawler suggest-imaging-models` CLI. Free for personal use; create
# at https://huggingface.co/settings/tokens with `read` scope.
# HF_TOKEN=hf_...
# --- Paid data sources (all optional) --------------------------------------
# Free sources cover the offline path. These add depth.
# GLASS_API_KEY=
# ANNAS_ARCHIVE_API_KEY=
# FIRECRAWL_API_KEY=
# --- Free-source rate-limit keys (optional) --------------------------------
# Bump per-source rate limits without changing what data you can pull.
# NCBI_API_KEY=
# OPENFDA_API_KEY=