-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 929 Bytes
/
.env.example
File metadata and controls
22 lines (18 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# HyperData Terminal — Environment Configuration
# Copy this file to .env and fill in the values you need.
# ── LLM Trading Agent ─────────────────────────────────────
# Any OpenAI-compatible API works: OpenAI, Ollama, LM Studio, Groq, Together, etc.
# For Ollama (local): LLM_BASE_URL=http://localhost:11434/v1
# For OpenAI: LLM_BASE_URL=https://api.openai.com/v1
LLM_BASE_URL=https://api.openai.com/v1
LLM_MODEL=gpt-4o
LLM_API_KEY=sk-...
# ── Exchange APIs (optional — enhances data quality) ──────
BINANCE_API_KEY=
BINANCE_API_SECRET=
# ── Alert Notifications (optional) ────────────────────────
# Telegram: message @BotFather, send /newbot, copy the token
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
# Discord: create a webhook in channel settings
DISCORD_WEBHOOK_URL=