CoolFace
Apppublic

im-amrith/nerve

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
.env.example27 linesDownload Raw Back to root
1# Groq API Configuration2GROQ_API_KEY=your_groq_api_key_here3 4# Vector Database (Pinecone)5PINECONE_API_KEY=your_pinecone_api_key6PINECONE_ENV=your_environment7PINECONE_INDEX=trading-memory8 9# Optional: News & Data APIs10NEWS_API_KEY=your_news_api_key11ALPHA_VANTAGE_KEY=your_alpha_vantage_key12 13# System Configuration14SENTINEL_LATENCY_MS=5015PERCEPTION_TIMEOUT_MS=20016LOG_LEVEL=INFO17 18# Trading Limits (User Constitution Defaults)19MAX_POSITION_SIZE=1000020MAX_DAILY_LOSS=500021MAX_LEVERAGE=2.022ENABLE_KILL_SWITCH=true23 24# Paper Trading25DEFAULT_PAPER_TRADING=true26REQUIRE_LIVE_CONFIRMATION=true27