28 lines
748 B
Plaintext
28 lines
748 B
Plaintext
# Kraken Futures Demo (https://demo-futures.kraken.com)
|
|
KRAKEN_DEMO_KEY=
|
|
KRAKEN_DEMO_SECRET=
|
|
|
|
# Google Gemini (https://aistudio.google.com/apikey) — Free-Tier
|
|
GEMINI_API_KEY=
|
|
|
|
# Anthropic Claude (https://console.anthropic.com) — optional, nur wenn als Voter konfiguriert
|
|
ANTHROPIC_API_KEY=
|
|
|
|
# Groq (https://console.groq.com) — Free-Tier mit Llama 3.3 70B
|
|
GROQ_API_KEY=
|
|
|
|
# Optional weitere Provider (nur eintragen falls als Voter genutzt)
|
|
DEEPSEEK_API_KEY=
|
|
XAI_API_KEY=
|
|
OPENROUTER_API_KEY=
|
|
|
|
# CryptoPanic (optional, https://cryptopanic.com/developers/api/)
|
|
CRYPTOPANIC_API_KEY=
|
|
|
|
# Discord-Webhook (optional, Server-Settings → Integrationen → Webhooks)
|
|
DISCORD_WEBHOOK_URL=
|
|
|
|
# Pfade
|
|
AITRADER_CONFIG=config.yaml
|
|
AITRADER_DB=data/aitrader.db
|