-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
26 lines (23 loc) · 1.38 KB
/
.env.example
File metadata and controls
26 lines (23 loc) · 1.38 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
# .env.example - Environment configuration template
# For testing / documentation only. Replace with your own values. Never commit real secrets.
# ---------- LLM (local + cloud) ----------
# For python/redacted_terminal_cloud.py and smolting-telegram-bot: Grok/xAI recommended
LLM_PROVIDER=grok
XAI_API_KEY=your_xai_api_key_here
# Alternatives: OPENAI_API_KEY (openai), ANTHROPIC_API_KEY (anthropic), TOGETHER_API_KEY (together)
ANTHROPIC_API_KEY=your_anthropic_api_key_here
ANTHROPIC_MODEL=claude-sonnet-4-6
# ---------- Memory (Mem0MemoryNode) ----------
# Leave blank to use local on-disk storage (Qdrant + fastembed — no API needed).
# Set MEM0_API_KEY for Mem0 Cloud (managed vector store + deduplication).
# The LLM key above is used for memory fact-extraction — Anthropic recommended.
# MEM0_API_KEY=your_mem0_api_key_here (optional — local mode works without it)
# Optional: Redis-backed vector store for multi-instance deployments
# MEM0_REDIS_URL=redis://localhost:6379
# ---------- Blockchain / APIs ----------
GITHUB_TOKEN=ghp_000000000000000000000000000000000000
ETHEREUM_PRIVATE_KEY=0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
SOLANA_RPC_URL=https://api.mainnet-beta.solana.com
PROJECT_TOKEN_MINT=9mtKd1o8Ht7F1daumKgs5D8EdVyopWBfYQwNmMojpump
WALLET_MNEMONIC="apple banana cherry dog echo fox golf hotel india juliet kilo lima"
WALLET_PASSPHRASE=example-only-do-not-use