Spaces:
Sleeping
Sleeping
File size: 419 Bytes
0ccfe4a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Required
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Required for PubMed Entrez API (NCBI requires email for all Entrez requests)
ENTREZ_EMAIL=your_email@example.com
# Optional: increases PubMed Entrez rate limit from 3/s to 10/s
NCBI_API_KEY=your_ncbi_api_key_here
# Optional: LLM provider override (default: anthropic)
LLM_PROVIDER=anthropic
# Optional: logging
CANDLE_LOG_LEVEL=WARNING
CANDLE_LOG_DIR=logs
|