-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (20 loc) · 789 Bytes
/
.env.example
File metadata and controls
25 lines (20 loc) · 789 Bytes
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
# LLM API Keys
GEMINI_API_KEY=your-key-here
GROQ_API_KEY=your-key-here
OPENROUTER_API_KEY=your-key-here
# Database Paths (optional, defaults exist)
AI_DB_PATH=/path/to/ai_data.sqlite
CHROMA_PERSIST_DIR=/path/to/vectordb
# Jina AI API (Phase 23: Embedding + Reranking)
# Comma-separated for multiple keys (round-robin rotation)
JINA_API_KEY=your-jina-key-1,your-jina-key-2
# News & Sentiment APIs
# CRYPTOPANIC_API_KEY=deprecated-april-2026
CRYPTOCOMPARE_API_KEY=your-cryptocompare-key
ALPHAVANTAGE_API_KEY=your-alphavantage-key
# Telegram Notifications (get from @BotFather)
TELEGRAM_BOT_TOKEN=your-telegram-bot-token
TELEGRAM_CHAT_ID=your-telegram-chat-id
# Binance Futures Testnet Keys
BINANCE_TESTNET_KEY=your-binance-testnet-key
BINANCE_TESTNET_SECRET=your-binance-testnet-secret