.env.example 261 B

123456789
  1. # FinReportAgent 环境配置模板
  2. # 复制此文件为 .env 并填入你的配置
  3. # LLM 配置(必需)
  4. LLM_MODEL_ID=deepseek-chat
  5. LLM_API_KEY=your-api-key-here
  6. LLM_BASE_URL=https://api.deepseek.com/v1
  7. # 注:DuckDuckGo 和 Yahoo Finance 无需 API Key