-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
32 lines (23 loc) · 1.09 KB
/
Copy path.env.example
File metadata and controls
32 lines (23 loc) · 1.09 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
# Astrid local secrets. Copy to .env or pass with --env-file.
# Required when training.dataset_build uses visual_understand or video_understand
# captioning, or an extensions.bucket_judge stage backed by those providers.
OPENAI_API_KEY=
# Reserved for future dataset providers or trainers that may be enabled by
# config extensions. Leave blank unless a stage explicitly asks for them.
GEMINI_API_KEY=
ANTHROPIC_API_KEY=
RUNPOD_API_KEY=
# Optional Hugging Face token for RunPod jobs, pyannote diarization, and LoRA search.
# HF_TOKEN=
# Catalog URL required when ASTRID_BANODOCO_AGENT_EXECUTORS enables Banodoco executors.
# ASTRID_BANODOCO_CATALOG_URL=
# Maximum parallel summarizer calls for iteration.prepare cache misses.
# ASTRID_SUMMARIZE_CONCURRENCY=4
# Force iteration.prepare summarization to run sequentially for debugging.
# ASTRID_SUMMARIZE_SEQUENTIAL=1
# Maximum uncached summarize calls allowed during iteration.prepare.
# ASTRID_ITERATION_MAX=200
# Run id used to annotate generated artifact sidecars.
# ASTRID_RUN_ID=
# Suppress the best-effort harness install nudge.
# ASTRID_NO_NUDGE=1