-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (34 loc) · 1.73 KB
/
Copy path.env.example
File metadata and controls
39 lines (34 loc) · 1.73 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
# Copy to .env locally if needed. Never commit real values.
# Miner supplies these at submit / Phala self-deploy time.
# ---------------------------------------------------------------------------
# Agent runtime (review + eval CVMs encrypt OpenRouter into Phala encrypted_env)
# ---------------------------------------------------------------------------
OPENROUTER_API_KEY=
# Optional model pin (review harness measures OpenRouter; product pin x-ai/grok-4.5)
# LLM_MODEL=x-ai/grok-4.5
# BASEAGENT_LLM_PROVIDER=openrouter
# ---------------------------------------------------------------------------
# Phala self-deploy (host-side; NEVER bake into agent ZIP or image layers)
# ---------------------------------------------------------------------------
# PHALA_CLOUD_API_KEY=
# PHALA_CLOUD_API=https://cloud-api.phala.com/api/v1
# ---------------------------------------------------------------------------
# Challenge / Base coordination
# ---------------------------------------------------------------------------
# BASE_API_URL=https://chain.joinbase.ai
# AGENT_CHALLENGE_BASE_URL=https://chain.joinbase.ai
# Challenge host if separate from public chain proxy:
# AGENT_CHALLENGE_URL=
# ---------------------------------------------------------------------------
# Miner signing (remote-sign preferred; private material never leaves host)
# ---------------------------------------------------------------------------
# MINER_HOTKEY_SS58=
# MINER_HOTKEY_MNEMONIC=
# MINER_HOTKEY_URI=
# BT_WALLET_NAME=
# BT_HOTKEY_NAME=
# ---------------------------------------------------------------------------
# Offline / dry-run only (no Phala spend)
# ---------------------------------------------------------------------------
# BASEAGENT_MOCK_LLM=1
# AGENT_RECIPE_DRY_RUN=1