-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 834 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# CARL Studio does not auto-load .env files.
# Load this into your shell before running `carl`, for example:
# set -a; source .env; set +a
# Or use your preferred env manager (direnv, dotenvx, uv --env-file, etc.).
# Hugging Face token for Hub access, HF Jobs, pushing checkpoints, and gated models/datasets.
# Optional if you already ran `hf auth login` or `huggingface-cli login` on this machine.
HF_TOKEN=
# Anthropic key for Claude-powered features:
# - `carl observe --diagnose`
# - `carl chat`
ANTHROPIC_API_KEY=
# RunPod API key for the RunPod compute backend.
RUNPOD_API_KEY=
# Optional enterprise feature flag (not a secret).
CARL_ENTERPRISE=
# Optional runtime overrides used by generated scripts / CI jobs.
# CARL_MODEL=Tesslate/OmniCoder-9B
# CARL_DATASET=your-org/your-dataset
# CARL_ADAPTER=your-org/your-adapter