# QuantMind Configuration # Copy this file to .env and fill in your actual values # API Keys LLAMA_CLOUD_API_KEY=your_llama_cloud_api_key_here OPENAI_API_KEY=your_openai_api_key_here # QuantMind Settings QUANTMIND_LOG_LEVEL=INFO QUANTMIND_DATA_DIR=./data QUANTMIND_TEMP_DIR=/tmp # Workflow Settings QUANTMIND_MAX_WORKERS=4 QUANTMIND_RETRY_ATTEMPTS=3 QUANTMIND_TIMEOUT=300 # ArXiv Settings QUANTMIND_ARXIV_MAX_RESULTS=100 # Optional: Override specific service endpoints # LLAMA_CLOUD_BASE_URL=https://api.llamaindex.ai # OPENAI_BASE_URL=https://api.openai.com # Development Settings # QUANTMIND_DEBUG=true # QUANTMIND_CACHE_ENABLED=true