DeepCritical / .env.example
VibecoderMcSwaggins's picture
feat: Integrate Mario's Modal code execution + LlamaIndex RAG
3aa91e9
raw
history blame
538 Bytes
# LLM Provider (choose one)
OPENAI_API_KEY=sk-your-key-here
ANTHROPIC_API_KEY=sk-ant-your-key-here
# Optional: PubMed API key (higher rate limits)
NCBI_API_KEY=your-ncbi-key-here
# Optional: For HuggingFace deployment
HF_TOKEN=hf_your-token-here
# Agent Config
MAX_ITERATIONS=10
LOG_LEVEL=INFO
# ============== PARTNER SERVICES (Mario's Modal Integration) ==============
# Modal (Code Execution)
MODAL_TOKEN_ID=ak-your-modal-token-id-here
MODAL_TOKEN_SECRET=your-modal-token-secret-here
# Vector Database
CHROMA_DB_PATH=./chroma_db