-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 1.29 KB
/
.env.example
File metadata and controls
20 lines (16 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Operon — Environment Variables Template
# Copy to .env and fill in your values:
# cp .env.example .env
# ── LLM API Keys ──────────────────────────────────────────────────────────────
OPENAI_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-ant-...
OPENROUTER_API_KEY=sk-or-...
# ── Messaging ─────────────────────────────────────────────────────────────────
TELEGRAM_BOT_TOKEN= # get from @BotFather on Telegram
# ── Email (SMTP App Password) ─────────────────────────────────────────────────
# NEVER hardcode passwords here — use app-specific passwords only
# GMAIL_APP_PASS= # generate at myaccount.google.com/apppasswords
# ── Local model servers ───────────────────────────────────────────────────────
OLLAMA_BASE_URL=http://localhost:11434
LMSTUDIO_BASE_URL=http://localhost:1234
JAN_BASE_URL=http://localhost:1337