Spaces:
Running
Running
File size: 297 Bytes
069f0a0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# 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
|