.env.example 457 B

12345678910111213
  1. # LLM Configuration
  2. LLM_MODEL_ID=deepseek-chat
  3. LLM_API_KEY=your_api_key_here
  4. LLM_BASE_URL=https://api.deepseek.com/v1
  5. LLM_TIMEOUT=60
  6. # Semantic Scholar API Key(可选,免费申请: https://www.semanticscholar.org/product/api)
  7. # 不设置则 100次/5分钟,设置后 1000次/5分钟
  8. # SEMANTIC_SCHOLAR_API_KEY=your_key_here
  9. # AMiner API Key(免费注册: https://open.aminer.cn/)
  10. # 用于检索中文学术论文
  11. # AMINER_API_KEY=your_key_here