.env.example 681 B

1234567891011121314151617181920
  1. # LLM配置
  2. # 模型名称
  3. LLM_MODEL_ID=your_model_id_here
  4. # API密钥
  5. LLM_API_KEY=your_api_key_here
  6. # 服务地址
  7. LLM_BASE_URL=https://api-inference.modelscope.cn/v1/
  8. # ========================================
  9. # 邮箱 IMAP 配置(可选,演示模式不需要)
  10. # ========================================
  11. # 国内邮箱推荐方案:
  12. # QQ邮箱: imap.qq.com:993 去QQ邮箱设置 -> 开启IMAP -> 获取授权码
  13. # 网易163: imap.163.com:993 去网易邮箱设置 -> 开启IMAP -> 获取授权码
  14. # 网易126: imap.126.com:993 同上
  15. IMAP_SERVER=imap.qq.com
  16. IMAP_PORT=993
  17. IMAP_USERNAME=your_email@qq.com
  18. IMAP_PASSWORD=你的IMAP授权码