-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 944 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Pick your provider: claude_api | claude_subscription | openai_api | openai_subscription | openrouter
LLM_PROVIDER=claude_api
# Optional: override the default model for your provider
# LLM_MODEL=claude-sonnet-4-5-20250514
# --- API keys (set the one matching your provider) ---
ANTHROPIC_API_KEY=
# OPENAI_API_KEY=
# OPENROUTER_API_KEY=
# --- OAuth tokens (for subscription providers) ---
# ANTHROPIC_AUTH_TOKEN=
# OPENAI_OAUTH_TOKEN=
# --- TaskBoard & Portfolio Execution (optional — enables write tools) ---
# CEO_PRIVATE_KEY= # CEO wallet private key for signing transactions
# TASK_CONTRACT_ADDRESS= # Deployed TaskBoard contract address
# TASK_CHAIN_ID= # Chain ID (46630=Robinhood testnet, 421614=Arb Sepolia, 8453=Base)
# TASK_CHAIN_RPC= # RPC URL override (optional if using known chains)
# PORTFOLIO_WALLET= # Address of the portfolio/fund wallet for token transfers