File size: 538 Bytes
069f0a0
 
 
 
 
 
 
 
 
 
 
 
 
3aa91e9
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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