🚀
This commit is contained in:
20
.env.sample
Normal file
20
.env.sample
Normal file
@@ -0,0 +1,20 @@
|
||||
# ─────────────────────────────────────────────
|
||||
# Pi Agent — Provider API Keys Sample
|
||||
# Copy to .env and fill in your keys
|
||||
# Usage: source .env && pi
|
||||
# ─────────────────────────────────────────────
|
||||
|
||||
# OpenAI
|
||||
OPENAI_API_KEY=sk-...
|
||||
|
||||
# Anthropic
|
||||
ANTHROPIC_API_KEY=sk-ant-...
|
||||
|
||||
# Google Gemini
|
||||
GEMINI_API_KEY=AIza...
|
||||
|
||||
# OpenRouter
|
||||
OPENROUTER_API_KEY=sk-or-...
|
||||
|
||||
# Firecrawl (used by pi-pi expert agents for web crawling)
|
||||
FIRECRAWL_API_KEY=fc-...
|
||||
Reference in New Issue
Block a user