# 复制本文件为 .env 并填入你自己的配置(.env 已被 .gitignore 忽略,不会提交) # DeepSeek 示例:https://platform.deepseek.com 申请 API Key LLM_MODEL_ID=deepseek-chat LLM_API_KEY=your_api_key_here LLM_BASE_URL=https://api.deepseek.com/v1 LLM_TIMEOUT=60